Html Css Color HEX #555A1F Saratoga

📋 copy color: '#555A1F'

red 85 ◦ green 90 ◦ blue 31

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

Shades of Saratoga #555A1F

Tints of Saratoga #555A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 41.26%
G = 43.69%
B = 15.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#555A1F (or 0x555A1F) is known color: Saratoga. HEX triplet: 55, 5A and 1F. RGB value is (85,90,31). Sum of RGB (Red+Green+Blue) = 85+90+31=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1F is #AAA5E0. Grayscale: #525252. Windows color (decimal): -11183585 or 2054741. OLE color: 2054741.

HSL color Cylindrical-coordinate representation of color #555A1F: hue angle of 65.08º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555A1F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 31 -
CMYK 0.06 0 0.66 0.65
HSL 65.08º 0.49% 0.24% -
HSV(B) 65.08º 0.66% 0.35% -
XYZ 7.65 9.34 2.7 -
YUV 81.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 85 90 31 0.06 0 0.66 0.65 65.08 0.49 0.24
Hex 55 5A 1F 6 0 42 41 41 31 18
Octal 125 132 37 6 0 102 101 101 61 30
Binary 1010101 1011010 11111 110 0 1000010 1000001 1000001 110001 11000

Color Harmonies of #555A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A1F

Black with #555A1F

Text Example


Text Example

White with #555A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,31); }

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

background-color css

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

 a { background-color: rgb(85,90,31); }

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

border-color css

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

 span { border-color: rgb(85,90,31); }

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