Html Css Color HEX #552916 Indian Tan

📋 copy color: '#552916'

red 85 ◦ green 41 ◦ blue 22

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

Shades of Indian Tan #552916

Tints of Indian Tan #552916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 57.43%
G = 27.7%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#552916 (or 0x552916) is known color: Indian Tan. HEX triplet: 55, 29 and 16. RGB value is (85,41,22). Sum of RGB (Red+Green+Blue) = 85+41+22=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552916 is #AAD6E9. Grayscale: #343434. Windows color (decimal): -11196138 or 1452373. OLE color: 1452373.

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

Color convert

RGB 85 41 22 -
CMYK 0 0.52 0.74 0.67
HSL 18.1º 0.59% 0.21% -
HSV(B) 18.1º 0.74% 0.33% -
XYZ 4.68 3.58 1.2 -
YUV 51.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 85 41 22 0 0.52 0.74 0.67 18.1 0.59 0.21
Hex 55 29 16 0 34 4A 43 12 3B 15
Octal 125 51 26 0 64 112 103 22 73 25
Binary 1010101 101001 10110 0 110100 1001010 1000011 10010 111011 10101

Color Harmonies of #552916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552916

Black with #552916

Text Example


Text Example

White with #552916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552916; }

 p { color: rgb(85,41,22); }

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

background-color css

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

 a { background-color: rgb(85,41,22); }

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

border-color css

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

 span { border-color: rgb(85,41,22); }

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