Html Css Color HEX #532514 Indian Tan

📋 copy color: '#532514'

red 83 ◦ green 37 ◦ blue 20

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

Shades of Indian Tan #532514

Tints of Indian Tan #532514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 59.29%
G = 26.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#532514 (or 0x532514) is known color: Indian Tan. HEX triplet: 53, 25 and 14. RGB value is (83,37,20). Sum of RGB (Red+Green+Blue) = 83+37+20=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532514 is #ACDAEB. Grayscale: #303030. Windows color (decimal): -11328236 or 1320275. OLE color: 1320275.

HSL color Cylindrical-coordinate representation of color #532514: hue angle of 16.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532514 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 20 -
CMYK 0 0.55 0.76 0.67
HSL 16.19º 0.61% 0.2% -
HSV(B) 16.19º 0.76% 0.33% -
XYZ 4.36 3.21 1.05 -
YUV 48.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 83 37 20 0 0.55 0.76 0.67 16.19 0.61 0.2
Hex 53 25 14 0 37 4C 43 10 3D 14
Octal 123 45 24 0 67 114 103 20 75 24
Binary 1010011 100101 10100 0 110111 1001100 1000011 10000 111101 10100

Color Harmonies of #532514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532514

Black with #532514

Text Example


Text Example

White with #532514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532514; }

 p { color: rgb(83,37,20); }

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

background-color css

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

 a { background-color: rgb(83,37,20); }

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

border-color css

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

 span { border-color: rgb(83,37,20); }

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