Html Css Color HEX #532712 Indian Tan

📋 copy color: '#532712'

red 83 ◦ green 39 ◦ blue 18

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

Shades of Indian Tan #532712

Tints of Indian Tan #532712

RGB

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

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

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

R = 59.29%
G = 27.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532712 (or 0x532712) is known color: Indian Tan. HEX triplet: 53, 27 and 12. RGB value is (83,39,18). Sum of RGB (Red+Green+Blue) = 83+39+18=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532712 is #ACD8ED. Grayscale: #313131. Windows color (decimal): -11327726 or 1189715. OLE color: 1189715.

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

Color convert

RGB 83 39 18 -
CMYK 0 0.53 0.78 0.67
HSL 19.38º 0.64% 0.2% -
HSV(B) 19.38º 0.78% 0.33% -
XYZ 4.4 3.33 0.98 -
YUV 49.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 83 39 18 0 0.53 0.78 0.67 19.38 0.64 0.2
Hex 53 27 12 0 35 4E 43 13 40 14
Octal 123 47 22 0 65 116 103 23 100 24
Binary 1010011 100111 10010 0 110101 1001110 1000011 10011 1000000 10100

Color Harmonies of #532712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532712

Black with #532712

Text Example


Text Example

White with #532712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532712; }

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

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

background-color css

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

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

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

border-color css

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

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

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