Html Css Color HEX #703727 Pueblo

📋 copy color: '#703727'

red 112 ◦ green 55 ◦ blue 39

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

Shades of Pueblo #703727

Tints of Pueblo #703727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 54.37%
G = 26.7%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#703727 (or 0x703727) is known color: 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

RGB 112 55 39 -
CMYK 0 0.51 0.65 0.56
HSL 13.15º 0.48% 0.3% -
HSV(B) 13.15º 0.65% 0.44% -
XYZ 8.41 6.32 2.7 -
YUV 70.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 112 55 39 0 0.51 0.65 0.56 13.15 0.48 0.3
Hex 70 37 27 0 33 41 38 D 30 1E
Octal 160 67 47 0 63 101 70 15 60 36
Binary 1110000 110111 100111 0 110011 1000001 111000 1101 110000 11110

Color Harmonies of #703727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703727

Black with #703727

Text Example


Text Example

White with #703727

Text Example


Text Example

HTML Codes & Css Web 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>