Html Css Color HEX #532D1D Indian Tan

📋 copy color: '#532D1D'

red 83 ◦ green 45 ◦ blue 29

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

Shades of Indian Tan #532D1D

Tints of Indian Tan #532D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.66%

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

R = 52.87%
G = 28.66%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#532D1D (or 0x532D1D) is known color: Indian Tan. HEX triplet: 53, 2D and 1D. RGB value is (83,45,29). Sum of RGB (Red+Green+Blue) = 83+45+29=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D1D is #ACD2E2. Grayscale: #363636. Windows color (decimal): -11326179 or 1912147. OLE color: 1912147.

HSL color Cylindrical-coordinate representation of color #532D1D: hue angle of 17.78º 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 #532D1D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 29 -
CMYK 0 0.46 0.65 0.67
HSL 17.78º 0.48% 0.22% -
HSV(B) 17.78º 0.65% 0.33% -
XYZ 4.73 3.8 1.65 -
YUV 54.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 83 45 29 0 0.46 0.65 0.67 17.78 0.48 0.22
Hex 53 2D 1D 0 2E 41 43 12 30 16
Octal 123 55 35 0 56 101 103 22 60 26
Binary 1010011 101101 11101 0 101110 1000001 1000011 10010 110000 10110

Color Harmonies of #532D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D1D

Black with #532D1D

Text Example


Text Example

White with #532D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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