Html Css Color HEX #532412 Indian Tan

📋 copy color: '#532412'

red 83 ◦ green 36 ◦ blue 18

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

Shades of Indian Tan #532412

Tints of Indian Tan #532412

RGB

 RED value IS 83 (32.81% from 255) = 60.58%

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 60.58%
G = 26.28%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532412 (or 0x532412) is known color: Indian Tan. HEX triplet: 53, 24 and 12. RGB value is (83,36,18). Sum of RGB (Red+Green+Blue) = 83+36+18=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532412 is #ACDBED. Grayscale: #303030. Windows color (decimal): -11328494 or 1188947. OLE color: 1188947.

HSL color Cylindrical-coordinate representation of color #532412: hue angle of 16.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532412 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 18 -
CMYK 0 0.57 0.78 0.67
HSL 16.62º 0.64% 0.2% -
HSV(B) 16.62º 0.78% 0.33% -
XYZ 4.31 3.14 0.95 -
YUV 48 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 83 36 18 0 0.57 0.78 0.67 16.62 0.64 0.2
Hex 53 24 12 0 39 4E 43 11 40 14
Octal 123 44 22 0 71 116 103 21 100 24
Binary 1010011 100100 10010 0 111001 1001110 1000011 10001 1000000 10100

Color Harmonies of #532412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532412

Black with #532412

Text Example


Text Example

White with #532412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532412; }

 p { color: rgb(83,36,18); }

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

background-color css

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

 a { background-color: rgb(83,36,18); }

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

border-color css

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

 span { border-color: rgb(83,36,18); }

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