#703022

Color #703022 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #703022

Tints of Pueblo #703022

Color information

#703022 (or 0x703022) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 22. RGB value is (112,48,34). Sum of RGB (Red+Green+Blue) = 112+48+34=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #703022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703022 is #8FCFDD. Grayscale: #414141. Windows color (decimal): -9424862 or 2240624. OLE color: 2240624.

HSL color Cylindrical-coordinate representation of color #703022: hue angle of 10.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703022 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1124834-
CMYK00.570.700.56
HSL10.77º53.42%28.63%-
HSV(B)10.77º69.64%43.92%-
XYZ8.035.672.19-
YUV65.54110.2161.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 34 (13.67% from 255) = 17.53%
R=57.73%
G=24.74%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112483400.570.700.5610.7753.4228.63
Hex7030220394638b351d
Octal160604207110670136535
Binary111000011000010001001110011000110111000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703022; }

 p { color: rgb(112,48,34); }

 H1.HeaderClassName
 {
   color: #703022;
 }
 .AnyTagClassName
 {
   color: #703022;
 }
</style>
background-color css

<style>
 a { background-color: #703022; }

 a { background-color: rgb(112,48,34); }

 div.DivClassName
 {
   background-color: #703022;
 }
 .BgClassName
 {
   background-color: #703022;
 }
</style>
border-color css

<style>
 span { border-color: #703022; }

 span { border-color: rgb(112,48,34); }

 td.TdClassName
 {
   border-color: #703022;
 }
 .TagClassName
 {
   border-color: #703022;
 }
</style>