Html Css Color HEX #712A12 Pueblo

📋 copy color: '#712A12'

red 113 ◦ green 42 ◦ blue 18

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

Shades of Pueblo #712A12

Tints of Pueblo #712A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 65.32%
G = 24.28%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#712A12 (or 0x712A12) is known color: Pueblo. HEX triplet: 71, 2A and 12. RGB value is (113,42,18). Sum of RGB (Red+Green+Blue) = 113+42+18=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #712A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A12 is #8ED5ED. Grayscale: #3C3C3C. Windows color (decimal): -9360878 or 1190513. OLE color: 1190513.

HSL color Cylindrical-coordinate representation of color #712A12: hue angle of 15.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #712A12 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 18 -
CMYK 0 0.63 0.84 0.56
HSL 15.16º 0.73% 0.26% -
HSV(B) 15.16º 0.84% 0.44% -
XYZ 7.75 5.21 1.17 -
YUV 60.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 113 42 18 0 0.63 0.84 0.56 15.16 0.73 0.26
Hex 71 2A 12 0 3F 54 38 F 49 1A
Octal 161 52 22 0 77 124 70 17 111 32
Binary 1110001 101010 10010 0 111111 1010100 111000 1111 1001001 11010

Color Harmonies of #712A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A12

Black with #712A12

Text Example


Text Example

White with #712A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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