Html Css Color HEX #532A1D Indian Tan

📋 copy color: '#532A1D'

red 83 ◦ green 42 ◦ blue 29

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

Shades of Indian Tan #532A1D

Tints of Indian Tan #532A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.27%

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 53.9%
G = 27.27%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#532A1D (or 0x532A1D) is known color: Indian Tan. HEX triplet: 53, 2A and 1D. RGB value is (83,42,29). Sum of RGB (Red+Green+Blue) = 83+42+29=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A1D is #ACD5E2. Grayscale: #343434. Windows color (decimal): -11326947 or 1911379. OLE color: 1911379.

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

Color convert

RGB 83 42 29 -
CMYK 0 0.49 0.65 0.67
HSL 14.44º 0.48% 0.22% -
HSV(B) 14.44º 0.65% 0.33% -
XYZ 4.62 3.58 1.61 -
YUV 52.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 83 42 29 0 0.49 0.65 0.67 14.44 0.48 0.22
Hex 53 2A 1D 0 31 41 43 E 30 16
Octal 123 52 35 0 61 101 103 16 60 26
Binary 1010011 101010 11101 0 110001 1000001 1000011 1110 110000 10110

Color Harmonies of #532A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A1D

Black with #532A1D

Text Example


Text Example

White with #532A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,29); }

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

background-color css

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

 a { background-color: rgb(83,42,29); }

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

border-color css

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

 span { border-color: rgb(83,42,29); }

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