Html Css Color HEX #555C32 Saratoga

📋 copy color: '#555C32'

red 85 ◦ green 92 ◦ blue 50

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

Shades of Saratoga #555C32

Tints of Saratoga #555C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 37.44%
G = 40.53%
B = 22.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#555C32 (or 0x555C32) is known color: Saratoga. HEX triplet: 55, 5C and 32. RGB value is (85,92,50). Sum of RGB (Red+Green+Blue) = 85+92+50=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #555C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C32 is #AAA3CD. Grayscale: #555555. Windows color (decimal): -11183054 or 3300437. OLE color: 3300437.

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

Color convert

RGB 85 92 50 -
CMYK 0.08 0 0.46 0.64
HSL 70º 0.3% 0.28% -
HSV(B) 70º 0.46% 0.36% -
XYZ 8.15 9.82 4.48 -
YUV 85.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 85 92 50 0.08 0 0.46 0.64 70 0.3 0.28
Hex 55 5C 32 8 0 2E 40 46 1E 1C
Octal 125 134 62 10 0 56 100 106 36 34
Binary 1010101 1011100 110010 1000 0 101110 1000000 1000110 11110 11100

Color Harmonies of #555C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C32

Black with #555C32

Text Example


Text Example

White with #555C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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