Html Css Color HEX #712516 Pueblo

📋 copy color: '#712516'

red 113 ◦ green 37 ◦ blue 22

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

Shades of Pueblo #712516

Tints of Pueblo #712516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 65.7%
G = 21.51%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712516 (or 0x712516) is known color: Pueblo. HEX triplet: 71, 25 and 16. RGB value is (113,37,22). Sum of RGB (Red+Green+Blue) = 113+37+22=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712516 is #8EDAE9. Grayscale: #3A3A3A. Windows color (decimal): -9362154 or 1451377. OLE color: 1451377.

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

Color convert

RGB 113 37 22 -
CMYK 0 0.67 0.81 0.56
HSL 9.89º 0.67% 0.26% -
HSV(B) 9.89º 0.81% 0.44% -
XYZ 7.62 4.89 1.3 -
YUV 58.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 113 37 22 0 0.67 0.81 0.56 9.89 0.67 0.26
Hex 71 25 16 0 43 51 38 A 43 1A
Octal 161 45 26 0 103 121 70 12 103 32
Binary 1110001 100101 10110 0 1000011 1010001 111000 1010 1000011 11010

Color Harmonies of #712516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712516

Black with #712516

Text Example


Text Example

White with #712516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712516; }

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

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

background-color css

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

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

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

border-color css

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

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

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