Html Css Color HEX #712816 Pueblo

📋 copy color: '#712816'

red 113 ◦ green 40 ◦ blue 22

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

Shades of Pueblo #712816

Tints of Pueblo #712816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 64.57%
G = 22.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712816 (or 0x712816) is known color: Pueblo. HEX triplet: 71, 28 and 16. RGB value is (113,40,22). Sum of RGB (Red+Green+Blue) = 113+40+22=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712816 is #8ED7E9. Grayscale: #3B3B3B. Windows color (decimal): -9361386 or 1452145. OLE color: 1452145.

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

Color convert

RGB 113 40 22 -
CMYK 0 0.65 0.81 0.56
HSL 11.87º 0.67% 0.26% -
HSV(B) 11.87º 0.81% 0.44% -
XYZ 7.71 5.09 1.33 -
YUV 59.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 113 40 22 0 0.65 0.81 0.56 11.87 0.67 0.26
Hex 71 28 16 0 41 51 38 C 43 1A
Octal 161 50 26 0 101 121 70 14 103 32
Binary 1110001 101000 10110 0 1000001 1010001 111000 1100 1000011 11010

Color Harmonies of #712816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712816

Black with #712816

Text Example


Text Example

White with #712816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712816; }

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

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

background-color css

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

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

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

border-color css

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

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

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