Html Css Color HEX #712716 Pueblo

📋 copy color: '#712716'

red 113 ◦ green 39 ◦ blue 22

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

Shades of Pueblo #712716

Tints of Pueblo #712716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 64.94%
G = 22.41%
B = 12.64%

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

#712716 (or 0x712716) is known color: Pueblo. HEX triplet: 71, 27 and 16. RGB value is (113,39,22). Sum of RGB (Red+Green+Blue) = 113+39+22=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712716 is #8ED8E9. Grayscale: #3B3B3B. Windows color (decimal): -9361642 or 1451889. OLE color: 1451889.

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

Color convert

RGB 113 39 22 -
CMYK 0 0.65 0.81 0.56
HSL 11.21º 0.67% 0.26% -
HSV(B) 11.21º 0.81% 0.44% -
XYZ 7.68 5.02 1.32 -
YUV 59.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 113 39 22 0 0.65 0.81 0.56 11.21 0.67 0.26
Hex 71 27 16 0 41 51 38 B 43 1A
Octal 161 47 26 0 101 121 70 13 103 32
Binary 1110001 100111 10110 0 1000001 1010001 111000 1011 1000011 11010

Color Harmonies of #712716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712716

Black with #712716

Text Example


Text Example

White with #712716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712716; }

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

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

background-color css

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

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

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

border-color css

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

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

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