#703727

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

Shades of Pueblo #703727

Tints of Pueblo #703727

Color information

#703727 (or 0x703727) is unknown color: approx Pueblo. HEX triplet: 70, 37 and 27. RGB value is (112,55,39). Sum of RGB (Red+Green+Blue) = 112+55+39=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703727 is #8FC8D8. Grayscale: #464646. Windows color (decimal): -9423065 or 2570096. OLE color: 2570096.

HSL color Cylindrical-coordinate representation of color #703727: hue angle of 13.15º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703727 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1125539-
CMYK00.510.650.56
HSL13.15º48.34%29.61%-
HSV(B)13.15º65.18%43.92%-
XYZ8.416.322.7-
YUV70.22110.38157.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=54.37%
G=26.70%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112553900.510.650.5613.1548.3429.61
Hex7037270334138d301e
Octal160674706310170156036
Binary111000011011110011101100111000001111000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703727; }

 p { color: rgb(112,55,39); }

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

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

 a { background-color: rgb(112,55,39); }

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

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

 span { border-color: rgb(112,55,39); }

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