#703827

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

Shades of Pueblo #703827

Tints of Pueblo #703827

Color information

#703827 (or 0x703827) is unknown color: approx Pueblo. HEX triplet: 70, 38 and 27. RGB value is (112,56,39). Sum of RGB (Red+Green+Blue) = 112+56+39=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703827 is #8FC7D8. Grayscale: #464646. Windows color (decimal): -9422809 or 2570352. OLE color: 2570352.

HSL color Cylindrical-coordinate representation of color #703827: hue angle of 13.97º 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 #703827 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1125639-
CMYK00.500.650.56
HSL13.97º48.34%29.61%-
HSV(B)13.97º65.18%43.92%-
XYZ8.466.422.71-
YUV70.81110.05157.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=54.11%
G=27.05%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112563900.500.650.5613.9748.3429.61
Hex7038270324138e301e
Octal160704706210170166036
Binary111000011100010011101100101000001111000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703827; }

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

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

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

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

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

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

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

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