Html Css Color HEX #535928 Saratoga

📋 copy color: '#535928'

red 83 ◦ green 89 ◦ blue 40

#535928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #535928

Tints of Saratoga #535928

RGB

 RED value IS 83 (32.81% from 255) = 39.15%

 GREEN value IS 89 (35.16% from 255) = 41.98%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 39.15%
G = 41.98%
B = 18.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#535928 (or 0x535928) is known color: Saratoga. HEX triplet: 53, 59 and 28. RGB value is (83,89,40). Sum of RGB (Red+Green+Blue) = 83+89+40=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #535928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535928 is #ACA6D7. Grayscale: #515151. Windows color (decimal): -11314904 or 2644307. OLE color: 2644307.

HSL color Cylindrical-coordinate representation of color #535928: hue angle of 67.35º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535928 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 40 -
CMYK 0.07 0 0.55 0.65
HSL 67.35º 0.38% 0.25% -
HSV(B) 67.35º 0.55% 0.35% -
XYZ 7.52 9.14 3.37 -
YUV 81.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 83 89 40 0.07 0 0.55 0.65 67.35 0.38 0.25
Hex 53 59 28 7 0 37 41 43 26 19
Octal 123 131 50 7 0 67 101 103 46 31
Binary 1010011 1011001 101000 111 0 110111 1000001 1000011 100110 11001

Color Harmonies of #535928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535928

Black with #535928

Text Example


Text Example

White with #535928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535928; }

 p { color: rgb(83,89,40); }

 H1.HeaderClassName
 {
   color: #535928;
 }
 .AnyTagClassName
 {
   color: #535928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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