#5B632A

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

Shades of Saratoga #5B632A

Tints of Saratoga #5B632A

Color information

#5B632A (or 0x5B632A) is unknown color: approx Saratoga. HEX triplet: 5B, 63 and 2A. RGB value is (91,99,42). Sum of RGB (Red+Green+Blue) = 91+99+42=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #5B632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B632A is #A49CD5. Grayscale: #5A5A5A. Windows color (decimal): -10788054 or 2777947. OLE color: 2777947.

HSL color Cylindrical-coordinate representation of color #5B632A: hue angle of 68.42º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B632A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB919942-
CMYK0.0800.580.61
HSL68.42º40.43%27.65%-
HSV(B)68.42º57.58%38.82%-
XYZ9.1911.313.89-
YUV90.11100.85128.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.22%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=39.22%
G=42.67%
B=18.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199420.0800.580.6168.4240.4327.65
Hex5B632A803A3D44281c
Octal1331435210072751045034
Binary1011011110001110101010000111010111101100010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,42); }

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

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

 a { background-color: rgb(91,99,42); }

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

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

 span { border-color: rgb(91,99,42); }

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