Html Css Color HEX #555425 Saratoga

📋 copy color: '#555425'

red 85 ◦ green 84 ◦ blue 37

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

Shades of Saratoga #555425

Tints of Saratoga #555425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 41.26%
G = 40.78%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#555425 (or 0x555425) is known color: Saratoga. HEX triplet: 55, 54 and 25. RGB value is (85,84,37). Sum of RGB (Red+Green+Blue) = 85+84+37=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555425 is #AAABDA. Grayscale: #4F4F4F. Windows color (decimal): -11185115 or 2446421. OLE color: 2446421.

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

Color convert

RGB 85 84 37 -
CMYK 0 0.01 0.56 0.67
HSL 58.75º 0.39% 0.24% -
HSV(B) 58.75º 0.56% 0.33% -
XYZ 7.25 8.41 2.99 -
YUV 78.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 85 84 37 0 0.01 0.56 0.67 58.75 0.39 0.24
Hex 55 54 25 0 1 38 43 3B 27 18
Octal 125 124 45 0 1 70 103 73 47 30
Binary 1010101 1010100 100101 0 1 111000 1000011 111011 100111 11000

Color Harmonies of #555425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555425

Black with #555425

Text Example


Text Example

White with #555425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555425; }

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

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

background-color css

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

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

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

border-color css

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

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

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