Html Css Color HEX #552815 Indian Tan

📋 copy color: '#552815'

red 85 ◦ green 40 ◦ blue 21

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

Shades of Indian Tan #552815

Tints of Indian Tan #552815

RGB

 RED value IS 85 (33.59% from 255) = 58.22%

 GREEN value IS 40 (16.02% from 255) = 27.4%

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

R = 58.22%
G = 27.4%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#552815 (or 0x552815) is known color: Indian Tan. HEX triplet: 55, 28 and 15. RGB value is (85,40,21). Sum of RGB (Red+Green+Blue) = 85+40+21=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552815 is #AAD7EA. Grayscale: #333333. Windows color (decimal): -11196395 or 1386581. OLE color: 1386581.

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

Color convert

RGB 85 40 21 -
CMYK 0 0.53 0.75 0.67
HSL 17.81º 0.6% 0.21% -
HSV(B) 17.81º 0.75% 0.33% -
XYZ 4.64 3.5 1.14 -
YUV 51.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 85 40 21 0 0.53 0.75 0.67 17.81 0.6 0.21
Hex 55 28 15 0 35 4B 43 12 3C 15
Octal 125 50 25 0 65 113 103 22 74 25
Binary 1010101 101000 10101 0 110101 1001011 1000011 10010 111100 10101

Color Harmonies of #552815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552815

Black with #552815

Text Example


Text Example

White with #552815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552815; }

 p { color: rgb(85,40,21); }

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

background-color css

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

 a { background-color: rgb(85,40,21); }

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

border-color css

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

 span { border-color: rgb(85,40,21); }

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