Html Css Color HEX #712A16 Pueblo

📋 copy color: '#712A16'

red 113 ◦ green 42 ◦ blue 22

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

Shades of Pueblo #712A16

Tints of Pueblo #712A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.73%

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

R = 63.84%
G = 23.73%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712A16 (or 0x712A16) is known color: Pueblo. HEX triplet: 71, 2A and 16. RGB value is (113,42,22). Sum of RGB (Red+Green+Blue) = 113+42+22=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A16 is #8ED5E9. Grayscale: #3D3D3D. Windows color (decimal): -9360874 or 1452657. OLE color: 1452657.

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

Color convert

RGB 113 42 22 -
CMYK 0 0.63 0.81 0.56
HSL 13.19º 0.67% 0.26% -
HSV(B) 13.19º 0.81% 0.44% -
XYZ 7.78 5.22 1.36 -
YUV 60.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 113 42 22 0 0.63 0.81 0.56 13.19 0.67 0.26
Hex 71 2A 16 0 3F 51 38 D 43 1A
Octal 161 52 26 0 77 121 70 15 103 32
Binary 1110001 101010 10110 0 111111 1010001 111000 1101 1000011 11010

Color Harmonies of #712A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A16

Black with #712A16

Text Example


Text Example

White with #712A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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