Html Css Color HEX #536028 Saratoga

📋 copy color: '#536028'

red 83 ◦ green 96 ◦ blue 40

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

Shades of Saratoga #536028

Tints of Saratoga #536028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 37.9%
G = 43.84%
B = 18.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#536028 (or 0x536028) is known color: Saratoga. HEX triplet: 53, 60 and 28. RGB value is (83,96,40). Sum of RGB (Red+Green+Blue) = 83+96+40=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #536028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536028 is #AC9FD7. Grayscale: #555555. Windows color (decimal): -11313112 or 2646099. OLE color: 2646099.

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

Color convert

RGB 83 96 40 -
CMYK 0.14 0 0.58 0.62
HSL 73.93º 0.41% 0.27% -
HSV(B) 73.93º 0.58% 0.38% -
XYZ 8.13 10.36 3.58 -
YUV 85.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 83 96 40 0.14 0 0.58 0.62 73.93 0.41 0.27
Hex 53 60 28 E 0 3A 3E 4A 29 1B
Octal 123 140 50 16 0 72 76 112 51 33
Binary 1010011 1100000 101000 1110 0 111010 111110 1001010 101001 11011

Color Harmonies of #536028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536028

Black with #536028

Text Example


Text Example

White with #536028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536028; }

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

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

background-color css

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

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

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

border-color css

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

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

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