Html Css Color HEX #532612 Indian Tan

📋 copy color: '#532612'

red 83 ◦ green 38 ◦ blue 18

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

Shades of Indian Tan #532612

Tints of Indian Tan #532612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 59.71%
G = 27.34%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532612 (or 0x532612) is known color: Indian Tan. HEX triplet: 53, 26 and 12. RGB value is (83,38,18). Sum of RGB (Red+Green+Blue) = 83+38+18=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532612 is #ACD9ED. Grayscale: #313131. Windows color (decimal): -11327982 or 1189459. OLE color: 1189459.

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

Color convert

RGB 83 38 18 -
CMYK 0 0.54 0.78 0.67
HSL 18.46º 0.64% 0.2% -
HSV(B) 18.46º 0.78% 0.33% -
XYZ 4.37 3.27 0.97 -
YUV 49.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 83 38 18 0 0.54 0.78 0.67 18.46 0.64 0.2
Hex 53 26 12 0 36 4E 43 12 40 14
Octal 123 46 22 0 66 116 103 22 100 24
Binary 1010011 100110 10010 0 110110 1001110 1000011 10010 1000000 10100

Color Harmonies of #532612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532612

Black with #532612

Text Example


Text Example

White with #532612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532612; }

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

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

background-color css

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

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

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

border-color css

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

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

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