Html Css Color HEX #712617 Pueblo

📋 copy color: '#712617'

red 113 ◦ green 38 ◦ blue 23

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

Shades of Pueblo #712617

Tints of Pueblo #712617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 64.94%
G = 21.84%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#712617 (or 0x712617) is known color: Pueblo. HEX triplet: 71, 26 and 17. RGB value is (113,38,23). Sum of RGB (Red+Green+Blue) = 113+38+23=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712617 is #8ED9E8. Grayscale: #3A3A3A. Windows color (decimal): -9361897 or 1517169. OLE color: 1517169.

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

Color convert

RGB 113 38 23 -
CMYK 0 0.66 0.80 0.56
HSL 10º 0.66% 0.27% -
HSV(B) 10º 0.8% 0.44% -
XYZ 7.66 4.96 1.36 -
YUV 58.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 113 38 23 0 0.66 0.80 0.56 10 0.66 0.27
Hex 71 26 17 0 42 50 38 A 42 1B
Octal 161 46 27 0 102 120 70 12 102 33
Binary 1110001 100110 10111 0 1000010 1010000 111000 1010 1000010 11011

Color Harmonies of #712617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712617

Black with #712617

Text Example


Text Example

White with #712617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712617; }

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

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

background-color css

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

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

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

border-color css

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

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

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