Html Css Color HEX #532413 Indian Tan

📋 copy color: '#532413'

red 83 ◦ green 36 ◦ blue 19

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

Shades of Indian Tan #532413

Tints of Indian Tan #532413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 60.14%
G = 26.09%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532413 (or 0x532413) is known color: Indian Tan. HEX triplet: 53, 24 and 13. RGB value is (83,36,19). Sum of RGB (Red+Green+Blue) = 83+36+19=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532413 is #ACDBEC. Grayscale: #303030. Windows color (decimal): -11328493 or 1254483. OLE color: 1254483.

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

Color convert

RGB 83 36 19 -
CMYK 0 0.57 0.77 0.67
HSL 15.94º 0.63% 0.2% -
HSV(B) 15.94º 0.77% 0.33% -
XYZ 4.32 3.15 1 -
YUV 48.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 83 36 19 0 0.57 0.77 0.67 15.94 0.63 0.2
Hex 53 24 13 0 39 4D 43 10 3F 14
Octal 123 44 23 0 71 115 103 20 77 24
Binary 1010011 100100 10011 0 111001 1001101 1000011 10000 111111 10100

Color Harmonies of #532413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532413

Black with #532413

Text Example


Text Example

White with #532413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532413; }

 p { color: rgb(83,36,19); }

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

background-color css

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

 a { background-color: rgb(83,36,19); }

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

border-color css

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

 span { border-color: rgb(83,36,19); }

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