Html Css Color HEX #532C15 Indian Tan

📋 copy color: '#532C15'

red 83 ◦ green 44 ◦ blue 21

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

Shades of Indian Tan #532C15

Tints of Indian Tan #532C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 56.08%
G = 29.73%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532C15 (or 0x532C15) is known color: Indian Tan. HEX triplet: 53, 2C and 15. RGB value is (83,44,21). Sum of RGB (Red+Green+Blue) = 83+44+21=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C15 is #ACD3EA. Grayscale: #353535. Windows color (decimal): -11326443 or 1387603. OLE color: 1387603.

HSL color Cylindrical-coordinate representation of color #532C15: hue angle of 22.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532C15 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 21 -
CMYK 0 0.47 0.75 0.67
HSL 22.26º 0.6% 0.2% -
HSV(B) 22.26º 0.75% 0.33% -
XYZ 4.6 3.69 1.18 -
YUV 53.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 83 44 21 0 0.47 0.75 0.67 22.26 0.6 0.2
Hex 53 2C 15 0 2F 4B 43 16 3C 14
Octal 123 54 25 0 57 113 103 26 74 24
Binary 1010011 101100 10101 0 101111 1001011 1000011 10110 111100 10100

Color Harmonies of #532C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C15

Black with #532C15

Text Example


Text Example

White with #532C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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