Html Css Color HEX #703627 Pueblo

📋 copy color: '#703627'

red 112 ◦ green 54 ◦ blue 39

#703627
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #703627

Tints of Pueblo #703627

RGB

 RED value IS 112 (44.14% from 255) = 54.63%

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 54.63%
G = 26.34%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#703627 (or 0x703627) is known color: Pueblo. HEX triplet: 70, 36 and 27. RGB value is (112,54,39). Sum of RGB (Red+Green+Blue) = 112+54+39=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703627 is #8FC9D8. Grayscale: #454545. Windows color (decimal): -9423321 or 2569840. OLE color: 2569840.

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

Color convert

RGB 112 54 39 -
CMYK 0 0.52 0.65 0.56
HSL 12.33º 0.48% 0.3% -
HSV(B) 12.33º 0.65% 0.44% -
XYZ 8.37 6.23 2.68 -
YUV 69.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 112 54 39 0 0.52 0.65 0.56 12.33 0.48 0.3
Hex 70 36 27 0 34 41 38 C 30 1E
Octal 160 66 47 0 64 101 70 14 60 36
Binary 1110000 110110 100111 0 110100 1000001 111000 1100 110000 11110

Color Harmonies of #703627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703627

Black with #703627

Text Example


Text Example

White with #703627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703627; }

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

 H1.HeaderClassName
 {
   color: #703627;
 }
 .AnyTagClassName
 {
   color: #703627;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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