Html Css Color HEX #535826 Saratoga

📋 copy color: '#535826'

red 83 ◦ green 88 ◦ blue 38

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

Shades of Saratoga #535826

Tints of Saratoga #535826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 39.71%
G = 42.11%
B = 18.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#535826 (or 0x535826) is known color: Saratoga. HEX triplet: 53, 58 and 26. RGB value is (83,88,38). Sum of RGB (Red+Green+Blue) = 83+88+38=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #535826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535826 is #ACA7D9. Grayscale: #515151. Windows color (decimal): -11315162 or 2512979. OLE color: 2512979.

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

Color convert

RGB 83 88 38 -
CMYK 0.06 0 0.57 0.65
HSL 66º 0.4% 0.25% -
HSV(B) 66º 0.57% 0.35% -
XYZ 7.41 8.96 3.17 -
YUV 80.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 83 88 38 0.06 0 0.57 0.65 66 0.4 0.25
Hex 53 58 26 6 0 39 41 42 28 19
Octal 123 130 46 6 0 71 101 102 50 31
Binary 1010011 1011000 100110 110 0 111001 1000001 1000010 101000 11001

Color Harmonies of #535826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535826

Black with #535826

Text Example


Text Example

White with #535826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535826; }

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

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

background-color css

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

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

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

border-color css

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

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

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