Html Css Color HEX #532B1D Indian Tan

📋 copy color: '#532B1D'

red 83 ◦ green 43 ◦ blue 29

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

Shades of Indian Tan #532B1D

Tints of Indian Tan #532B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.74%

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

R = 53.55%
G = 27.74%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#532B1D (or 0x532B1D) is known color: Indian Tan. HEX triplet: 53, 2B and 1D. RGB value is (83,43,29). Sum of RGB (Red+Green+Blue) = 83+43+29=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B1D is #ACD4E2. Grayscale: #353535. Windows color (decimal): -11326691 or 1911635. OLE color: 1911635.

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

Color convert

RGB 83 43 29 -
CMYK 0 0.48 0.65 0.67
HSL 15.56º 0.48% 0.22% -
HSV(B) 15.56º 0.65% 0.33% -
XYZ 4.65 3.66 1.62 -
YUV 53.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 83 43 29 0 0.48 0.65 0.67 15.56 0.48 0.22
Hex 53 2B 1D 0 30 41 43 10 30 16
Octal 123 53 35 0 60 101 103 20 60 26
Binary 1010011 101011 11101 0 110000 1000001 1000011 10000 110000 10110

Color Harmonies of #532B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B1D

Black with #532B1D

Text Example


Text Example

White with #532B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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