Html Css Color HEX #532E1C Indian Tan

📋 copy color: '#532E1C'

red 83 ◦ green 46 ◦ blue 28

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

Shades of Indian Tan #532E1C

Tints of Indian Tan #532E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.3%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 52.87%
G = 29.3%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#532E1C (or 0x532E1C) is known color: Indian Tan. HEX triplet: 53, 2E and 1C. RGB value is (83,46,28). Sum of RGB (Red+Green+Blue) = 83+46+28=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E1C is #ACD1E3. Grayscale: #373737. Windows color (decimal): -11325924 or 1846867. OLE color: 1846867.

HSL color Cylindrical-coordinate representation of color #532E1C: hue angle of 19.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532E1C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 28 -
CMYK 0 0.45 0.66 0.67
HSL 19.64º 0.5% 0.22% -
HSV(B) 19.64º 0.66% 0.33% -
XYZ 4.75 3.88 1.6 -
YUV 55.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 83 46 28 0 0.45 0.66 0.67 19.64 0.5 0.22
Hex 53 2E 1C 0 2D 42 43 14 32 16
Octal 123 56 34 0 55 102 103 24 62 26
Binary 1010011 101110 11100 0 101101 1000010 1000011 10100 110010 10110

Color Harmonies of #532E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E1C

Black with #532E1C

Text Example


Text Example

White with #532E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E1C; }

 p { color: rgb(83,46,28); }

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

background-color css

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

 a { background-color: rgb(83,46,28); }

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

border-color css

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

 span { border-color: rgb(83,46,28); }

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