Html Css Color HEX #555C29 Saratoga

📋 copy color: '#555C29'

red 85 ◦ green 92 ◦ blue 41

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

Shades of Saratoga #555C29

Tints of Saratoga #555C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 38.99%
G = 42.2%
B = 18.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#555C29 (or 0x555C29) is known color: Saratoga. HEX triplet: 55, 5C and 29. RGB value is (85,92,41). Sum of RGB (Red+Green+Blue) = 85+92+41=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #555C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C29 is #AAA3D6. Grayscale: #545454. Windows color (decimal): -11183063 or 2710613. OLE color: 2710613.

HSL color Cylindrical-coordinate representation of color #555C29: hue angle of 68.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555C29 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 92 41 -
CMYK 0.08 0 0.55 0.64
HSL 68.24º 0.38% 0.26% -
HSV(B) 68.24º 0.55% 0.36% -
XYZ 7.97 9.75 3.56 -
YUV 84.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 85 92 41 0.08 0 0.55 0.64 68.24 0.38 0.26
Hex 55 5C 29 8 0 37 40 44 26 1A
Octal 125 134 51 10 0 67 100 104 46 32
Binary 1010101 1011100 101001 1000 0 110111 1000000 1000100 100110 11010

Color Harmonies of #555C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C29

Black with #555C29

Text Example


Text Example

White with #555C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,41); }

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

background-color css

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

 a { background-color: rgb(85,92,41); }

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

border-color css

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

 span { border-color: rgb(85,92,41); }

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