Html Css Color HEX #536121 Saratoga

📋 copy color: '#536121'

red 83 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #536121

Tints of Saratoga #536121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 38.97%
G = 45.54%
B = 15.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#536121 (or 0x536121) is known color: Saratoga. HEX triplet: 53, 61 and 21. RGB value is (83,97,33). Sum of RGB (Red+Green+Blue) = 83+97+33=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #536121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536121 is #AC9EDE. Grayscale: #555555. Windows color (decimal): -11312863 or 2187603. OLE color: 2187603.

HSL color Cylindrical-coordinate representation of color #536121: hue angle of 73.12º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536121 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 33 -
CMYK 0.14 0 0.66 0.62
HSL 73.13º 0.49% 0.25% -
HSV(B) 73.13º 0.66% 0.38% -
XYZ 8.12 10.5 3.04 -
YUV 85.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 83 97 33 0.14 0 0.66 0.62 73.13 0.49 0.25
Hex 53 61 21 E 0 42 3E 49 31 19
Octal 123 141 41 16 0 102 76 111 61 31
Binary 1010011 1100001 100001 1110 0 1000010 111110 1001001 110001 11001

Color Harmonies of #536121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536121

Black with #536121

Text Example


Text Example

White with #536121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536121; }

 p { color: rgb(83,97,33); }

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

background-color css

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

 a { background-color: rgb(83,97,33); }

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

border-color css

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

 span { border-color: rgb(83,97,33); }

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