#5B672D

Color #5B672D Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5B672D

Tints of Saratoga #5B672D

Color information

#5B672D (or 0x5B672D) is unknown color: approx Saratoga. HEX triplet: 5B, 67 and 2D. RGB value is (91,103,45). Sum of RGB (Red+Green+Blue) = 91+103+45=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #5B672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B672D is #A498D2. Grayscale: #5D5D5D. Windows color (decimal): -10787027 or 2975579. OLE color: 2975579.

HSL color Cylindrical-coordinate representation of color #5B672D: hue angle of 72.41º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B672D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB9110345-
CMYK0.1200.560.60
HSL72.41º39.19%29.02%-
HSV(B)72.41º56.31%40.39%-
XYZ9.6412.114.31-
YUV92.8101.02126.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=38.08%
G=43.10%
B=18.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103450.1200.560.6072.4139.1929.02
Hex5B672DC0383C48271d
Octal1331475514070741104735
Binary1011011110011110110111000111000111100100100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B672D; }

 p { color: rgb(91,103,45); }

 H1.HeaderClassName
 {
   color: #5B672D;
 }
 .AnyTagClassName
 {
   color: #5B672D;
 }
</style>
background-color css

<style>
 a { background-color: #5B672D; }

 a { background-color: rgb(91,103,45); }

 div.DivClassName
 {
   background-color: #5B672D;
 }
 .BgClassName
 {
   background-color: #5B672D;
 }
</style>
border-color css

<style>
 span { border-color: #5B672D; }

 span { border-color: rgb(91,103,45); }

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