Html Css Color HEX #712B12 Pueblo

📋 copy color: '#712B12'

red 113 ◦ green 43 ◦ blue 18

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

Shades of Pueblo #712B12

Tints of Pueblo #712B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

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

R = 64.94%
G = 24.71%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#712B12 (or 0x712B12) is known color: Pueblo. HEX triplet: 71, 2B and 12. RGB value is (113,43,18). Sum of RGB (Red+Green+Blue) = 113+43+18=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B12 is #8ED4ED. Grayscale: #3D3D3D. Windows color (decimal): -9360622 or 1190769. OLE color: 1190769.

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

Color convert

RGB 113 43 18 -
CMYK 0 0.62 0.84 0.56
HSL 15.79º 0.73% 0.26% -
HSV(B) 15.79º 0.84% 0.44% -
XYZ 7.78 5.28 1.18 -
YUV 61.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 113 43 18 0 0.62 0.84 0.56 15.79 0.73 0.26
Hex 71 2B 12 0 3E 54 38 10 49 1A
Octal 161 53 22 0 76 124 70 20 111 32
Binary 1110001 101011 10010 0 111110 1010100 111000 10000 1001001 11010

Color Harmonies of #712B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B12

Black with #712B12

Text Example


Text Example

White with #712B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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