Html Css Color HEX #712416 Pueblo

📋 copy color: '#712416'

red 113 ◦ green 36 ◦ blue 22

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

Shades of Pueblo #712416

Tints of Pueblo #712416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 66.08%
G = 21.05%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712416 (or 0x712416) is known color: Pueblo. HEX triplet: 71, 24 and 16. RGB value is (113,36,22). Sum of RGB (Red+Green+Blue) = 113+36+22=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712416 is #8EDBE9. Grayscale: #393939. Windows color (decimal): -9362410 or 1451121. OLE color: 1451121.

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

Color convert

RGB 113 36 22 -
CMYK 0 0.68 0.81 0.56
HSL 9.23º 0.67% 0.26% -
HSV(B) 9.23º 0.81% 0.44% -
XYZ 7.59 4.83 1.29 -
YUV 57.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 113 36 22 0 0.68 0.81 0.56 9.23 0.67 0.26
Hex 71 24 16 0 44 51 38 9 43 1A
Octal 161 44 26 0 104 121 70 11 103 32
Binary 1110001 100100 10110 0 1000100 1010001 111000 1001 1000011 11010

Color Harmonies of #712416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712416

Black with #712416

Text Example


Text Example

White with #712416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712416; }

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

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

background-color css

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

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

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

border-color css

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

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

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