Html Css Color HEX #712D16 Pueblo

📋 copy color: '#712D16'

red 113 ◦ green 45 ◦ blue 22

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

Shades of Pueblo #712D16

Tints of Pueblo #712D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 62.78%
G = 25%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712D16 (or 0x712D16) is known color: Pueblo. HEX triplet: 71, 2D and 16. RGB value is (113,45,22). Sum of RGB (Red+Green+Blue) = 113+45+22=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #712D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D16 is #8ED2E9. Grayscale: #3E3E3E. Windows color (decimal): -9360106 or 1453425. OLE color: 1453425.

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

Color convert

RGB 113 45 22 -
CMYK 0 0.60 0.81 0.56
HSL 15.16º 0.67% 0.26% -
HSV(B) 15.16º 0.81% 0.44% -
XYZ 7.89 5.45 1.39 -
YUV 62.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 113 45 22 0 0.60 0.81 0.56 15.16 0.67 0.26
Hex 71 2D 16 0 3C 51 38 F 43 1A
Octal 161 55 26 0 74 121 70 17 103 32
Binary 1110001 101101 10110 0 111100 1010001 111000 1111 1000011 11010

Color Harmonies of #712D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D16

Black with #712D16

Text Example


Text Example

White with #712D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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