Html Css Color HEX #512712 Indian Tan

📋 copy color: '#512712'

red 81 ◦ green 39 ◦ blue 18

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

Shades of Indian Tan #512712

Tints of Indian Tan #512712

RGB

 RED value IS 81 (32.03% from 255) = 58.7%

 GREEN value IS 39 (15.63% from 255) = 28.26%

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

R = 58.7%
G = 28.26%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512712 (or 0x512712) is known color: Indian Tan. HEX triplet: 51, 27 and 12. RGB value is (81,39,18). Sum of RGB (Red+Green+Blue) = 81+39+18=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512712 is #AED8ED. Grayscale: #313131. Windows color (decimal): -11458798 or 1189713. OLE color: 1189713.

HSL color Cylindrical-coordinate representation of color #512712: hue angle of 20º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512712 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 39 18 -
CMYK 0 0.52 0.78 0.68
HSL 20º 0.64% 0.19% -
HSV(B) 20º 0.78% 0.32% -
XYZ 4.23 3.24 0.98 -
YUV 49.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 81 39 18 0 0.52 0.78 0.68 20 0.64 0.19
Hex 51 27 12 0 34 4E 44 14 40 13
Octal 121 47 22 0 64 116 104 24 100 23
Binary 1010001 100111 10010 0 110100 1001110 1000100 10100 1000000 10011

Color Harmonies of #512712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512712

Black with #512712

Text Example


Text Example

White with #512712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512712; }

 p { color: rgb(81,39,18); }

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

background-color css

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

 a { background-color: rgb(81,39,18); }

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

border-color css

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

 span { border-color: rgb(81,39,18); }

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