Html Css Color HEX #712417 Pueblo

📋 copy color: '#712417'

red 113 ◦ green 36 ◦ blue 23

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

Shades of Pueblo #712417

Tints of Pueblo #712417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 65.7%
G = 20.93%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#712417 (or 0x712417) is known color: Pueblo. HEX triplet: 71, 24 and 17. RGB value is (113,36,23). Sum of RGB (Red+Green+Blue) = 113+36+23=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712417 is #8EDBE8. Grayscale: #393939. Windows color (decimal): -9362409 or 1516657. OLE color: 1516657.

HSL color Cylindrical-coordinate representation of color #712417: hue angle of 8.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712417 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 23 -
CMYK 0 0.68 0.80 0.56
HSL 8.67º 0.66% 0.27% -
HSV(B) 8.67º 0.8% 0.44% -
XYZ 7.6 4.83 1.34 -
YUV 57.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 113 36 23 0 0.68 0.80 0.56 8.67 0.66 0.27
Hex 71 24 17 0 44 50 38 9 42 1B
Octal 161 44 27 0 104 120 70 11 102 33
Binary 1110001 100100 10111 0 1000100 1010000 111000 1001 1000010 11011

Color Harmonies of #712417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712417

Black with #712417

Text Example


Text Example

White with #712417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712417; }

 p { color: rgb(113,36,23); }

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

background-color css

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

 a { background-color: rgb(113,36,23); }

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

border-color css

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

 span { border-color: rgb(113,36,23); }

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