Html Css Color HEX #54301F Indian Tan

📋 copy color: '#54301F'

red 84 ◦ green 48 ◦ blue 31

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

Shades of Indian Tan #54301F

Tints of Indian Tan #54301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 51.53%
G = 29.45%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54301F (or 0x54301F) is known color: Indian Tan. HEX triplet: 54, 30 and 1F. RGB value is (84,48,31). Sum of RGB (Red+Green+Blue) = 84+48+31=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54301F is #ABCFE0. Grayscale: #383838. Windows color (decimal): -11259873 or 2043988. OLE color: 2043988.

HSL color Cylindrical-coordinate representation of color #54301F: hue angle of 19.25º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54301F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 48 31 -
CMYK 0 0.43 0.63 0.67
HSL 19.25º 0.46% 0.23% -
HSV(B) 19.25º 0.63% 0.33% -
XYZ 4.96 4.1 1.83 -
YUV 56.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 84 48 31 0 0.43 0.63 0.67 19.25 0.46 0.23
Hex 54 30 1F 0 2B 3F 43 13 2E 17
Octal 124 60 37 0 53 77 103 23 56 27
Binary 1010100 110000 11111 0 101011 111111 1000011 10011 101110 10111

Color Harmonies of #54301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54301F

Black with #54301F

Text Example


Text Example

White with #54301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54301F; }

 p { color: rgb(84,48,31); }

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

background-color css

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

 a { background-color: rgb(84,48,31); }

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

border-color css

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

 span { border-color: rgb(84,48,31); }

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