Html Css Color HEX #555E34 Saratoga

📋 copy color: '#555E34'

red 85 ◦ green 94 ◦ blue 52

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

Shades of Saratoga #555E34

Tints of Saratoga #555E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 36.8%
G = 40.69%
B = 22.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#555E34 (or 0x555E34) is known color: Saratoga. HEX triplet: 55, 5E and 34. RGB value is (85,94,52). Sum of RGB (Red+Green+Blue) = 85+94+52=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #555E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E34 is #AAA1CB. Grayscale: #565656. Windows color (decimal): -11182540 or 3432021. OLE color: 3432021.

HSL color Cylindrical-coordinate representation of color #555E34: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555E34 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 94 52 -
CMYK 0.10 0 0.45 0.63
HSL 72.86º 0.29% 0.29% -
HSV(B) 72.86º 0.45% 0.37% -
XYZ 8.37 10.18 4.77 -
YUV 86.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 85 94 52 0.10 0 0.45 0.63 72.86 0.29 0.29
Hex 55 5E 34 A 0 2D 3F 49 1D 1D
Octal 125 136 64 12 0 55 77 111 35 35
Binary 1010101 1011110 110100 1010 0 101101 111111 1001001 11101 11101

Color Harmonies of #555E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E34

Black with #555E34

Text Example


Text Example

White with #555E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,52); }

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

background-color css

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

 a { background-color: rgb(85,94,52); }

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

border-color css

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

 span { border-color: rgb(85,94,52); }

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