Html Css Color HEX #712F17 Pueblo

📋 copy color: '#712F17'

red 113 ◦ green 47 ◦ blue 23

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

Shades of Pueblo #712F17

Tints of Pueblo #712F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.68%

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

R = 61.75%
G = 25.68%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#712F17 (or 0x712F17) is known color: Pueblo. HEX triplet: 71, 2F and 17. RGB value is (113,47,23). Sum of RGB (Red+Green+Blue) = 113+47+23=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F17 is #8ED0E8. Grayscale: #404040. Windows color (decimal): -9359593 or 1519473. OLE color: 1519473.

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

Color convert

RGB 113 47 23 -
CMYK 0 0.58 0.80 0.56
HSL 16º 0.66% 0.27% -
HSV(B) 16º 0.8% 0.44% -
XYZ 7.98 5.61 1.47 -
YUV 64 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 113 47 23 0 0.58 0.80 0.56 16 0.66 0.27
Hex 71 2F 17 0 3A 50 38 10 42 1B
Octal 161 57 27 0 72 120 70 20 102 33
Binary 1110001 101111 10111 0 111010 1010000 111000 10000 1000010 11011

Color Harmonies of #712F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F17

Black with #712F17

Text Example


Text Example

White with #712F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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