Html Css Color HEX #532812 Indian Tan

📋 copy color: '#532812'

red 83 ◦ green 40 ◦ blue 18

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

Shades of Indian Tan #532812

Tints of Indian Tan #532812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 58.87%
G = 28.37%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532812 (or 0x532812) is known color: Indian Tan. HEX triplet: 53, 28 and 12. RGB value is (83,40,18). Sum of RGB (Red+Green+Blue) = 83+40+18=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532812 is #ACD7ED. Grayscale: #323232. Windows color (decimal): -11327470 or 1189971. OLE color: 1189971.

HSL color Cylindrical-coordinate representation of color #532812: hue angle of 20.31º 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 #532812 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 18 -
CMYK 0 0.52 0.78 0.67
HSL 20.31º 0.64% 0.2% -
HSV(B) 20.31º 0.78% 0.33% -
XYZ 4.44 3.4 0.99 -
YUV 50.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 83 40 18 0 0.52 0.78 0.67 20.31 0.64 0.2
Hex 53 28 12 0 34 4E 43 14 40 14
Octal 123 50 22 0 64 116 103 24 100 24
Binary 1010011 101000 10010 0 110100 1001110 1000011 10100 1000000 10100

Color Harmonies of #532812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532812

Black with #532812

Text Example


Text Example

White with #532812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532812; }

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

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

background-color css

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

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

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

border-color css

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

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

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