Html Css Color HEX #535326 Saratoga

📋 copy color: '#535326'

red 83 ◦ green 83 ◦ blue 38

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

Shades of Saratoga #535326

Tints of Saratoga #535326

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 value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#535326 (or 0x535326) is known color: 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

RGB 83 83 38 -
CMYK 0 0 0.54 0.67
HSL 60º 0.37% 0.24% -
HSV(B) 60º 0.54% 0.33% -
XYZ 7.01 8.17 3.04 -
YUV 77.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 83 83 38 0 0 0.54 0.67 60 0.37 0.24
Hex 53 53 26 0 0 36 43 3C 25 18
Octal 123 123 46 0 0 66 103 74 45 30
Binary 1010011 1010011 100110 0 0 110110 1000011 111100 100101 11000

Color Harmonies of #535326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535326

Black with #535326

Text Example


Text Example

White with #535326

Text Example


Text Example

HTML Codes & Css Web 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>