Html Css Color HEX #552F21 Indian Tan

📋 copy color: '#552F21'

red 85 ◦ green 47 ◦ blue 33

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

Shades of Indian Tan #552F21

Tints of Indian Tan #552F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.48%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 51.52%
G = 28.48%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#552F21 (or 0x552F21) is known color: Indian Tan. HEX triplet: 55, 2F and 21. RGB value is (85,47,33). Sum of RGB (Red+Green+Blue) = 85+47+33=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #552F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F21 is #AAD0DE. Grayscale: #383838. Windows color (decimal): -11194591 or 2174805. OLE color: 2174805.

HSL color Cylindrical-coordinate representation of color #552F21: hue angle of 16.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552F21 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 33 -
CMYK 0 0.45 0.61 0.67
HSL 16.15º 0.44% 0.23% -
HSV(B) 16.15º 0.61% 0.33% -
XYZ 5.04 4.07 1.96 -
YUV 56.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 85 47 33 0 0.45 0.61 0.67 16.15 0.44 0.23
Hex 55 2F 21 0 2D 3D 43 10 2C 17
Octal 125 57 41 0 55 75 103 20 54 27
Binary 1010101 101111 100001 0 101101 111101 1000011 10000 101100 10111

Color Harmonies of #552F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F21

Black with #552F21

Text Example


Text Example

White with #552F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F21; }

 p { color: rgb(85,47,33); }

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

background-color css

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

 a { background-color: rgb(85,47,33); }

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

border-color css

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

 span { border-color: rgb(85,47,33); }

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