Html Css Color HEX #553325 Indian Tan

📋 copy color: '#553325'

red 85 ◦ green 51 ◦ blue 37

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

Shades of Indian Tan #553325

Tints of Indian Tan #553325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 49.13%
G = 29.48%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#553325 (or 0x553325) is known color: Indian Tan. HEX triplet: 55, 33 and 25. RGB value is (85,51,37). Sum of RGB (Red+Green+Blue) = 85+51+37=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553325 is #AACCDA. Grayscale: #3B3B3B. Windows color (decimal): -11193563 or 2437973. OLE color: 2437973.

HSL color Cylindrical-coordinate representation of color #553325: hue angle of 17.5º 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 #553325 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 37 -
CMYK 0 0.40 0.56 0.67
HSL 17.5º 0.39% 0.24% -
HSV(B) 17.5º 0.56% 0.33% -
XYZ 5.26 4.43 2.33 -
YUV 59.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 85 51 37 0 0.40 0.56 0.67 17.5 0.39 0.24
Hex 55 33 25 0 28 38 43 12 27 18
Octal 125 63 45 0 50 70 103 22 47 30
Binary 1010101 110011 100101 0 101000 111000 1000011 10010 100111 11000

Color Harmonies of #553325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553325

Black with #553325

Text Example


Text Example

White with #553325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553325; }

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

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

background-color css

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

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

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

border-color css

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

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

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