#5B672C

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

Shades of Saratoga #5B672C

Tints of Saratoga #5B672C

Color information

#5B672C (or 0x5B672C) is unknown color: approx Saratoga. HEX triplet: 5B, 67 and 2C. RGB value is (91,103,44). Sum of RGB (Red+Green+Blue) = 91+103+44=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #5B672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B672C is #A498D3. Grayscale: #5C5C5C. Windows color (decimal): -10787028 or 2910043. OLE color: 2910043.

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

Color convert

RGB9110344-
CMYK0.1200.570.60
HSL72.2º40.14%28.82%-
HSV(B)72.2º57.28%40.39%-
XYZ9.6212.114.21-
YUV92.69100.52126.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=38.24%
G=43.28%
B=18.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103440.1200.570.6072.240.1428.82
Hex5B672CC0393C48281d
Octal1331475414071741105035
Binary1011011110011110110011000111001111100100100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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