Html Css Color HEX #712A19 Pueblo

📋 copy color: '#712A19'

red 113 ◦ green 42 ◦ blue 25

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

Shades of Pueblo #712A19

Tints of Pueblo #712A19

RGB

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

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

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

R = 62.78%
G = 23.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#712A19 (or 0x712A19) is known color: Pueblo. HEX triplet: 71, 2A and 19. RGB value is (113,42,25). Sum of RGB (Red+Green+Blue) = 113+42+25=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #712A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A19 is #8ED5E6. Grayscale: #3D3D3D. Windows color (decimal): -9360871 or 1649265. OLE color: 1649265.

HSL color Cylindrical-coordinate representation of color #712A19: hue angle of 11.59º 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 #712A19 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 25 -
CMYK 0 0.63 0.78 0.56
HSL 11.59º 0.64% 0.27% -
HSV(B) 11.59º 0.78% 0.44% -
XYZ 7.81 5.24 1.52 -
YUV 61.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 113 42 25 0 0.63 0.78 0.56 11.59 0.64 0.27
Hex 71 2A 19 0 3F 4E 38 C 40 1B
Octal 161 52 31 0 77 116 70 14 100 33
Binary 1110001 101010 11001 0 111111 1001110 111000 1100 1000000 11011

Color Harmonies of #712A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A19

Black with #712A19

Text Example


Text Example

White with #712A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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