#703826

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

Shades of Pueblo #703826

Tints of Pueblo #703826

Color information

#703826 (or 0x703826) is unknown color: approx Pueblo. HEX triplet: 70, 38 and 26. RGB value is (112,56,38). Sum of RGB (Red+Green+Blue) = 112+56+38=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703826 is #8FC7D9. Grayscale: #464646. Windows color (decimal): -9422810 or 2504816. OLE color: 2504816.

HSL color Cylindrical-coordinate representation of color #703826: hue angle of 14.59º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703826 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1125638-
CMYK00.500.660.56
HSL14.59º49.33%29.41%-
HSV(B)14.59º66.07%43.92%-
XYZ8.456.412.63-
YUV70.69109.55157.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=54.37%
G=27.18%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112563800.500.660.5614.5949.3329.41
Hex7038260324238f311d
Octal160704606210270176135
Binary111000011100010011001100101000010111000111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703826; }

 p { color: rgb(112,56,38); }

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

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

 a { background-color: rgb(112,56,38); }

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

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

 span { border-color: rgb(112,56,38); }

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