Html Css Color HEX #553225 Indian Tan

📋 copy color: '#553225'

red 85 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #553225

Tints of Indian Tan #553225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 49.42%
G = 29.07%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#553225 (or 0x553225) is known color: Indian Tan. HEX triplet: 55, 32 and 25. RGB value is (85,50,37). Sum of RGB (Red+Green+Blue) = 85+50+37=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553225 is #AACDDA. Grayscale: #3B3B3B. Windows color (decimal): -11193819 or 2437717. OLE color: 2437717.

HSL color Cylindrical-coordinate representation of color #553225: hue angle of 16.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553225 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 37 -
CMYK 0 0.41 0.56 0.67
HSL 16.25º 0.39% 0.24% -
HSV(B) 16.25º 0.56% 0.33% -
XYZ 5.22 4.35 2.31 -
YUV 58.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 85 50 37 0 0.41 0.56 0.67 16.25 0.39 0.24
Hex 55 32 25 0 29 38 43 10 27 18
Octal 125 62 45 0 51 70 103 20 47 30
Binary 1010101 110010 100101 0 101001 111000 1000011 10000 100111 11000

Color Harmonies of #553225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553225

Black with #553225

Text Example


Text Example

White with #553225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553225; }

 p { color: rgb(85,50,37); }

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

background-color css

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

 a { background-color: rgb(85,50,37); }

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

border-color css

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

 span { border-color: rgb(85,50,37); }

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