Html Css Color HEX #552817 Indian Tan

📋 copy color: '#552817'

red 85 ◦ green 40 ◦ blue 23

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

Shades of Indian Tan #552817

Tints of Indian Tan #552817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.54%

R = 57.43%
G = 27.03%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#552817 (or 0x552817) is known color: Indian Tan. HEX triplet: 55, 28 and 17. RGB value is (85,40,23). Sum of RGB (Red+Green+Blue) = 85+40+23=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552817 is #AAD7E8. Grayscale: #333333. Windows color (decimal): -11196393 or 1517653. OLE color: 1517653.

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

Color convert

RGB 85 40 23 -
CMYK 0 0.53 0.73 0.67
HSL 16.45º 0.57% 0.21% -
HSV(B) 16.45º 0.73% 0.33% -
XYZ 4.66 3.51 1.24 -
YUV 51.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 85 40 23 0 0.53 0.73 0.67 16.45 0.57 0.21
Hex 55 28 17 0 35 49 43 10 39 15
Octal 125 50 27 0 65 111 103 20 71 25
Binary 1010101 101000 10111 0 110101 1001001 1000011 10000 111001 10101

Color Harmonies of #552817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552817

Black with #552817

Text Example


Text Example

White with #552817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552817; }

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

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

background-color css

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

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

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

border-color css

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

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

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