Html Css Color HEX #712C19 Pueblo

📋 copy color: '#712C19'

red 113 ◦ green 44 ◦ blue 25

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

Shades of Pueblo #712C19

Tints of Pueblo #712C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 62.09%
G = 24.18%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#712C19 (or 0x712C19) is known color: Pueblo. HEX triplet: 71, 2C and 19. RGB value is (113,44,25). Sum of RGB (Red+Green+Blue) = 113+44+25=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C19 is #8ED3E6. Grayscale: #3E3E3E. Windows color (decimal): -9360359 or 1649777. OLE color: 1649777.

HSL color Cylindrical-coordinate representation of color #712C19: hue angle of 12.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712C19 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 25 -
CMYK 0 0.61 0.78 0.56
HSL 12.95º 0.64% 0.27% -
HSV(B) 12.95º 0.78% 0.44% -
XYZ 7.89 5.38 1.54 -
YUV 62.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 113 44 25 0 0.61 0.78 0.56 12.95 0.64 0.27
Hex 71 2C 19 0 3D 4E 38 D 40 1B
Octal 161 54 31 0 75 116 70 15 100 33
Binary 1110001 101100 11001 0 111101 1001110 111000 1101 1000000 11011

Color Harmonies of #712C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C19

Black with #712C19

Text Example


Text Example

White with #712C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,25); }

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

background-color css

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

 a { background-color: rgb(113,44,25); }

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

border-color css

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

 span { border-color: rgb(113,44,25); }

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