Html Css Color HEX #712D15 Pueblo

📋 copy color: '#712D15'

red 113 ◦ green 45 ◦ blue 21

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

Shades of Pueblo #712D15

Tints of Pueblo #712D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 63.13%
G = 25.14%
B = 11.73%

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

#712D15 (or 0x712D15) is known color: Pueblo. HEX triplet: 71, 2D and 15. RGB value is (113,45,21). Sum of RGB (Red+Green+Blue) = 113+45+21=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #712D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D15 is #8ED2EA. Grayscale: #3E3E3E. Windows color (decimal): -9360107 or 1387889. OLE color: 1387889.

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

Color convert

RGB 113 45 21 -
CMYK 0 0.60 0.81 0.56
HSL 15.65º 0.69% 0.26% -
HSV(B) 15.65º 0.81% 0.44% -
XYZ 7.88 5.44 1.34 -
YUV 62.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 113 45 21 0 0.60 0.81 0.56 15.65 0.69 0.26
Hex 71 2D 15 0 3C 51 38 10 45 1A
Octal 161 55 25 0 74 121 70 20 105 32
Binary 1110001 101101 10101 0 111100 1010001 111000 10000 1000101 11010

Color Harmonies of #712D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D15

Black with #712D15

Text Example


Text Example

White with #712D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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