Html Css Color HEX #555F38 Saratoga

📋 copy color: '#555F38'

red 85 ◦ green 95 ◦ blue 56

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

Shades of Saratoga #555F38

Tints of Saratoga #555F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.25%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 36.02%
G = 40.25%
B = 23.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#555F38 (or 0x555F38) is known color: Saratoga. HEX triplet: 55, 5F and 38. RGB value is (85,95,56). Sum of RGB (Red+Green+Blue) = 85+95+56=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #555F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F38 is #AAA0C7. Grayscale: #575757. Windows color (decimal): -11182280 or 3694421. OLE color: 3694421.

HSL color Cylindrical-coordinate representation of color #555F38: hue angle of 75.38º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555F38 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 56 -
CMYK 0.11 0 0.41 0.63
HSL 75.38º 0.26% 0.3% -
HSV(B) 75.38º 0.41% 0.37% -
XYZ 8.55 10.4 5.3 -
YUV 87.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 85 95 56 0.11 0 0.41 0.63 75.38 0.26 0.3
Hex 55 5F 38 B 0 29 3F 4B 1A 1E
Octal 125 137 70 13 0 51 77 113 32 36
Binary 1010101 1011111 111000 1011 0 101001 111111 1001011 11010 11110

Color Harmonies of #555F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F38

Black with #555F38

Text Example


Text Example

White with #555F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555F38; }

 p { color: rgb(85,95,56); }

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

background-color css

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

 a { background-color: rgb(85,95,56); }

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

border-color css

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

 span { border-color: rgb(85,95,56); }

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