Html Css Color HEX #542513 Indian Tan

📋 copy color: '#542513'

red 84 ◦ green 37 ◦ blue 19

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

Shades of Indian Tan #542513

Tints of Indian Tan #542513

RGB

 RED value IS 84 (33.2% from 255) = 60%

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

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

R = 60%
G = 26.43%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#542513 (or 0x542513) is known color: Indian Tan. HEX triplet: 54, 25 and 13. RGB value is (84,37,19). Sum of RGB (Red+Green+Blue) = 84+37+19=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #542513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542513 is #ABDAEC. Grayscale: #313131. Windows color (decimal): -11262701 or 1254740. OLE color: 1254740.

HSL color Cylindrical-coordinate representation of color #542513: hue angle of 16.62º 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 #542513 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 37 19 -
CMYK 0 0.56 0.77 0.67
HSL 16.62º 0.63% 0.2% -
HSV(B) 16.62º 0.77% 0.33% -
XYZ 4.44 3.25 1.01 -
YUV 49 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 84 37 19 0 0.56 0.77 0.67 16.62 0.63 0.2
Hex 54 25 13 0 38 4D 43 11 3F 14
Octal 124 45 23 0 70 115 103 21 77 24
Binary 1010100 100101 10011 0 111000 1001101 1000011 10001 111111 10100

Color Harmonies of #542513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542513

Black with #542513

Text Example


Text Example

White with #542513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542513; }

 p { color: rgb(84,37,19); }

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

background-color css

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

 a { background-color: rgb(84,37,19); }

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

border-color css

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

 span { border-color: rgb(84,37,19); }

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