Html Css Color HEX #535828 Saratoga

📋 copy color: '#535828'

red 83 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #535828

Tints of Saratoga #535828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 39.34%
G = 41.71%
B = 18.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#535828 (or 0x535828) is known color: Saratoga. HEX triplet: 53, 58 and 28. RGB value is (83,88,40). Sum of RGB (Red+Green+Blue) = 83+88+40=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #535828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535828 is #ACA7D7. Grayscale: #515151. Windows color (decimal): -11315160 or 2644051. OLE color: 2644051.

HSL color Cylindrical-coordinate representation of color #535828: hue angle of 66.25º 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 #535828 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 40 -
CMYK 0.06 0 0.55 0.65
HSL 66.25º 0.38% 0.25% -
HSV(B) 66.25º 0.55% 0.35% -
XYZ 7.44 8.97 3.35 -
YUV 81.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 83 88 40 0.06 0 0.55 0.65 66.25 0.38 0.25
Hex 53 58 28 6 0 37 41 42 26 19
Octal 123 130 50 6 0 67 101 102 46 31
Binary 1010011 1011000 101000 110 0 110111 1000001 1000010 100110 11001

Color Harmonies of #535828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535828

Black with #535828

Text Example


Text Example

White with #535828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535828; }

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

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

background-color css

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

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

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

border-color css

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

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

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