Html Css Color HEX #532C1D Indian Tan

📋 copy color: '#532C1D'

red 83 ◦ green 44 ◦ blue 29

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

Shades of Indian Tan #532C1D

Tints of Indian Tan #532C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.21%

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

R = 53.21%
G = 28.21%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#532C1D (or 0x532C1D) is known color: Indian Tan. HEX triplet: 53, 2C and 1D. RGB value is (83,44,29). Sum of RGB (Red+Green+Blue) = 83+44+29=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C1D is #ACD3E2. Grayscale: #363636. Windows color (decimal): -11326435 or 1911891. OLE color: 1911891.

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

Color convert

RGB 83 44 29 -
CMYK 0 0.47 0.65 0.67
HSL 16.67º 0.48% 0.22% -
HSV(B) 16.67º 0.65% 0.33% -
XYZ 4.69 3.73 1.64 -
YUV 53.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 83 44 29 0 0.47 0.65 0.67 16.67 0.48 0.22
Hex 53 2C 1D 0 2F 41 43 11 30 16
Octal 123 54 35 0 57 101 103 21 60 26
Binary 1010011 101100 11101 0 101111 1000001 1000011 10001 110000 10110

Color Harmonies of #532C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C1D

Black with #532C1D

Text Example


Text Example

White with #532C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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