Html Css Color HEX #712812 Pueblo

📋 copy color: '#712812'

red 113 ◦ green 40 ◦ blue 18

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

Shades of Pueblo #712812

Tints of Pueblo #712812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 66.08%
G = 23.39%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#712812 (or 0x712812) is known color: Pueblo. HEX triplet: 71, 28 and 12. RGB value is (113,40,18). Sum of RGB (Red+Green+Blue) = 113+40+18=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712812 is #8ED7ED. Grayscale: #3B3B3B. Windows color (decimal): -9361390 or 1190001. OLE color: 1190001.

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

Color convert

RGB 113 40 18 -
CMYK 0 0.65 0.84 0.56
HSL 13.89º 0.73% 0.26% -
HSV(B) 13.89º 0.84% 0.44% -
XYZ 7.68 5.07 1.15 -
YUV 59.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 113 40 18 0 0.65 0.84 0.56 13.89 0.73 0.26
Hex 71 28 12 0 41 54 38 E 49 1A
Octal 161 50 22 0 101 124 70 16 111 32
Binary 1110001 101000 10010 0 1000001 1010100 111000 1110 1001001 11010

Color Harmonies of #712812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712812

Black with #712812

Text Example


Text Example

White with #712812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712812; }

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

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

background-color css

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

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

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

border-color css

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

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

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