Html Css Color HEX #712717 Pueblo

📋 copy color: '#712717'

red 113 ◦ green 39 ◦ blue 23

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

Shades of Pueblo #712717

Tints of Pueblo #712717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 64.57%
G = 22.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#712717 (or 0x712717) is known color: Pueblo. HEX triplet: 71, 27 and 17. RGB value is (113,39,23). Sum of RGB (Red+Green+Blue) = 113+39+23=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712717 is #8ED8E8. Grayscale: #3B3B3B. Windows color (decimal): -9361641 or 1517425. OLE color: 1517425.

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

Color convert

RGB 113 39 23 -
CMYK 0 0.65 0.80 0.56
HSL 10.67º 0.66% 0.27% -
HSV(B) 10.67º 0.8% 0.44% -
XYZ 7.69 5.02 1.37 -
YUV 59.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 113 39 23 0 0.65 0.80 0.56 10.67 0.66 0.27
Hex 71 27 17 0 41 50 38 B 42 1B
Octal 161 47 27 0 101 120 70 13 102 33
Binary 1110001 100111 10111 0 1000001 1010000 111000 1011 1000010 11011

Color Harmonies of #712717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712717

Black with #712717

Text Example


Text Example

White with #712717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712717; }

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

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

background-color css

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

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

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

border-color css

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

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

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