Html Css Color HEX #712A14 Pueblo

📋 copy color: '#712A14'

red 113 ◦ green 42 ◦ blue 20

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

Shades of Pueblo #712A14

Tints of Pueblo #712A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 64.57%
G = 24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#712A14 (or 0x712A14) is known color: Pueblo. HEX triplet: 71, 2A and 14. RGB value is (113,42,20). Sum of RGB (Red+Green+Blue) = 113+42+20=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A14 is #8ED5EB. Grayscale: #3C3C3C. Windows color (decimal): -9360876 or 1321585. OLE color: 1321585.

HSL color Cylindrical-coordinate representation of color #712A14: hue angle of 14.19º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712A14 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 20 -
CMYK 0 0.63 0.82 0.56
HSL 14.19º 0.7% 0.26% -
HSV(B) 14.19º 0.82% 0.44% -
XYZ 7.76 5.22 1.26 -
YUV 60.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 113 42 20 0 0.63 0.82 0.56 14.19 0.7 0.26
Hex 71 2A 14 0 3F 52 38 E 46 1A
Octal 161 52 24 0 77 122 70 16 106 32
Binary 1110001 101010 10100 0 111111 1010010 111000 1110 1000110 11010

Color Harmonies of #712A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A14

Black with #712A14

Text Example


Text Example

White with #712A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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