Html Css Color HEX #712511 Pueblo

📋 copy color: '#712511'

red 113 ◦ green 37 ◦ blue 17

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

Shades of Pueblo #712511

Tints of Pueblo #712511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 67.66%
G = 22.16%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#712511 (or 0x712511) is known color: Pueblo. HEX triplet: 71, 25 and 11. RGB value is (113,37,17). Sum of RGB (Red+Green+Blue) = 113+37+17=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712511 is #8EDAEE. Grayscale: #393939. Windows color (decimal): -9362159 or 1123697. OLE color: 1123697.

HSL color Cylindrical-coordinate representation of color #712511: hue angle of 12.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712511 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 17 -
CMYK 0 0.67 0.85 0.56
HSL 12.5º 0.74% 0.25% -
HSV(B) 12.5º 0.85% 0.44% -
XYZ 7.57 4.87 1.07 -
YUV 57.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 113 37 17 0 0.67 0.85 0.56 12.5 0.74 0.25
Hex 71 25 11 0 43 55 38 C 4A 19
Octal 161 45 21 0 103 125 70 14 112 31
Binary 1110001 100101 10001 0 1000011 1010101 111000 1100 1001010 11001

Color Harmonies of #712511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712511

Black with #712511

Text Example


Text Example

White with #712511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712511; }

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

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

background-color css

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

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

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

border-color css

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

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

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