#5B642A

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

Shades of Saratoga #5B642A

Tints of Saratoga #5B642A

Color information

#5B642A (or 0x5B642A) is unknown color: approx Saratoga. HEX triplet: 5B, 64 and 2A. RGB value is (91,100,42). Sum of RGB (Red+Green+Blue) = 91+100+42=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #5B642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B642A is #A49BD5. Grayscale: #5A5A5A. Windows color (decimal): -10787798 or 2778203. OLE color: 2778203.

HSL color Cylindrical-coordinate representation of color #5B642A: hue angle of 69.31º degrees, saturation: 0.41, 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 #5B642A is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB9110042-
CMYK0.0900.580.61
HSL69.31º40.85%27.84%-
HSV(B)69.31º58%39.22%-
XYZ9.2911.513.92-
YUV90.7100.52128.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=39.06%
G=42.92%
B=18.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal91100420.0900.580.6169.3140.8527.84
Hex5B642A903A3D45291c
Octal1331445211072751055134
Binary1011011110010010101010010111010111101100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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