Html Css Color HEX #712D18 Pueblo

📋 copy color: '#712D18'

red 113 ◦ green 45 ◦ blue 24

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

Shades of Pueblo #712D18

Tints of Pueblo #712D18

RGB

 RED value IS 113 (44.53% from 255) = 62.09%

 GREEN value IS 45 (17.97% from 255) = 24.73%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 62.09%
G = 24.73%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#712D18 (or 0x712D18) is known color: Pueblo. HEX triplet: 71, 2D and 18. RGB value is (113,45,24). Sum of RGB (Red+Green+Blue) = 113+45+24=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D18 is #8ED2E7. Grayscale: #3F3F3F. Windows color (decimal): -9360104 or 1584497. OLE color: 1584497.

HSL color Cylindrical-coordinate representation of color #712D18: hue angle of 14.16º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712D18 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 24 -
CMYK 0 0.60 0.79 0.56
HSL 14.16º 0.65% 0.27% -
HSV(B) 14.16º 0.79% 0.44% -
XYZ 7.91 5.45 1.5 -
YUV 62.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 113 45 24 0 0.60 0.79 0.56 14.16 0.65 0.27
Hex 71 2D 18 0 3C 4F 38 E 41 1B
Octal 161 55 30 0 74 117 70 16 101 33
Binary 1110001 101101 11000 0 111100 1001111 111000 1110 1000001 11011

Color Harmonies of #712D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D18

Black with #712D18

Text Example


Text Example

White with #712D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D18; }

 p { color: rgb(113,45,24); }

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

background-color css

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

 a { background-color: rgb(113,45,24); }

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

border-color css

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

 span { border-color: rgb(113,45,24); }

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