#535326

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

Shades of Saratoga #535326

Tints of Saratoga #535326

Color information

#535326 (or 0x535326) is unknown color: approx Saratoga. HEX triplet: 53, 53 and 26. RGB value is (83,83,38). Sum of RGB (Red+Green+Blue) = 83+83+38=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535326 is #ACACD9. Grayscale: #4E4E4E. Windows color (decimal): -11316442 or 2511699. OLE color: 2511699.

HSL color Cylindrical-coordinate representation of color #535326: hue angle of 60º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535326 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB838338-
CMYK000.540.67
HSL60º37.19%23.73%-
HSV(B)60º54.22%32.55%-
XYZ7.018.173.04-
YUV77.87105.5131.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=40.69%
G=40.69%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838338000.540.676037.1923.73
Hex5353260036433c2518
Octal123123460066103744530
Binary1010011101001110011000110110100001111110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535326; }

 p { color: rgb(83,83,38); }

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

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

 a { background-color: rgb(83,83,38); }

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

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

 span { border-color: rgb(83,83,38); }

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