Html Css Color HEX #536025 Saratoga

📋 copy color: '#536025'

red 83 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #536025

Tints of Saratoga #536025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

 BLUE value IS 37 (14.84% from 255) = 17.13%

R = 38.43%
G = 44.44%
B = 17.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#536025 (or 0x536025) is known color: Saratoga. HEX triplet: 53, 60 and 25. RGB value is (83,96,37). Sum of RGB (Red+Green+Blue) = 83+96+37=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #536025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536025 is #AC9FDA. Grayscale: #555555. Windows color (decimal): -11313115 or 2449491. OLE color: 2449491.

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

Color convert

RGB 83 96 37 -
CMYK 0.14 0 0.61 0.62
HSL 73.22º 0.44% 0.26% -
HSV(B) 73.22º 0.61% 0.38% -
XYZ 8.08 10.34 3.32 -
YUV 85.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 83 96 37 0.14 0 0.61 0.62 73.22 0.44 0.26
Hex 53 60 25 E 0 3D 3E 49 2C 1A
Octal 123 140 45 16 0 75 76 111 54 32
Binary 1010011 1100000 100101 1110 0 111101 111110 1001001 101100 11010

Color Harmonies of #536025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536025

Black with #536025

Text Example


Text Example

White with #536025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536025; }

 p { color: rgb(83,96,37); }

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

background-color css

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

 a { background-color: rgb(83,96,37); }

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

border-color css

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

 span { border-color: rgb(83,96,37); }

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