Html Css Color HEX #712914 Pueblo

📋 copy color: '#712914'

red 113 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #712914

Tints of Pueblo #712914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 64.94%
G = 23.56%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#712914 (or 0x712914) is known color: Pueblo. HEX triplet: 71, 29 and 14. RGB value is (113,41,20). Sum of RGB (Red+Green+Blue) = 113+41+20=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712914 is #8ED6EB. Grayscale: #3C3C3C. Windows color (decimal): -9361132 or 1321329. OLE color: 1321329.

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

Color convert

RGB 113 41 20 -
CMYK 0 0.64 0.82 0.56
HSL 13.55º 0.7% 0.26% -
HSV(B) 13.55º 0.82% 0.44% -
XYZ 7.73 5.15 1.25 -
YUV 60.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 113 41 20 0 0.64 0.82 0.56 13.55 0.7 0.26
Hex 71 29 14 0 40 52 38 E 46 1A
Octal 161 51 24 0 100 122 70 16 106 32
Binary 1110001 101001 10100 0 1000000 1010010 111000 1110 1000110 11010

Color Harmonies of #712914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712914

Black with #712914

Text Example


Text Example

White with #712914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712914; }

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

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

background-color css

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

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

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

border-color css

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

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

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