Html Css Color HEX #712811 Pueblo

📋 copy color: '#712811'

red 113 ◦ green 40 ◦ blue 17

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

Shades of Pueblo #712811

Tints of Pueblo #712811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 66.47%
G = 23.53%
B = 10%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#712811 (or 0x712811) is known color: Pueblo. HEX triplet: 71, 28 and 11. RGB value is (113,40,17). Sum of RGB (Red+Green+Blue) = 113+40+17=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #712811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712811 is #8ED7EE. Grayscale: #3B3B3B. Windows color (decimal): -9361391 or 1124465. OLE color: 1124465.

HSL color Cylindrical-coordinate representation of color #712811: hue angle of 14.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712811 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 17 -
CMYK 0 0.65 0.85 0.56
HSL 14.38º 0.74% 0.25% -
HSV(B) 14.38º 0.85% 0.44% -
XYZ 7.67 5.07 1.1 -
YUV 59.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 113 40 17 0 0.65 0.85 0.56 14.38 0.74 0.25
Hex 71 28 11 0 41 55 38 E 4A 19
Octal 161 50 21 0 101 125 70 16 112 31
Binary 1110001 101000 10001 0 1000001 1010101 111000 1110 1001010 11001

Color Harmonies of #712811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712811

Black with #712811

Text Example


Text Example

White with #712811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712811; }

 p { color: rgb(113,40,17); }

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

background-color css

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

 a { background-color: rgb(113,40,17); }

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

border-color css

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

 span { border-color: rgb(113,40,17); }

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