Html Css Color HEX #535823 Saratoga

📋 copy color: '#535823'

red 83 ◦ green 88 ◦ blue 35

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

Shades of Saratoga #535823

Tints of Saratoga #535823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.99%

R = 40.29%
G = 42.72%
B = 16.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#535823 (or 0x535823) is known color: Saratoga. HEX triplet: 53, 58 and 23. RGB value is (83,88,35). Sum of RGB (Red+Green+Blue) = 83+88+35=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #535823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535823 is #ACA7DC. Grayscale: #505050. Windows color (decimal): -11315165 or 2316371. OLE color: 2316371.

HSL color Cylindrical-coordinate representation of color #535823: hue angle of 65.66º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535823 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 35 -
CMYK 0.06 0 0.60 0.65
HSL 65.66º 0.43% 0.24% -
HSV(B) 65.66º 0.6% 0.35% -
XYZ 7.36 8.94 2.93 -
YUV 80.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 83 88 35 0.06 0 0.60 0.65 65.66 0.43 0.24
Hex 53 58 23 6 0 3C 41 42 2B 18
Octal 123 130 43 6 0 74 101 102 53 30
Binary 1010011 1011000 100011 110 0 111100 1000001 1000010 101011 11000

Color Harmonies of #535823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535823

Black with #535823

Text Example


Text Example

White with #535823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535823; }

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

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

background-color css

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

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

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

border-color css

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

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

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