Html Css Color HEX #53602F Saratoga

📋 copy color: '#53602F'

red 83 ◦ green 96 ◦ blue 47

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

Shades of Saratoga #53602F

Tints of Saratoga #53602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 36.73%
G = 42.48%
B = 20.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#53602F (or 0x53602F) is known color: Saratoga. HEX triplet: 53, 60 and 2F. RGB value is (83,96,47). Sum of RGB (Red+Green+Blue) = 83+96+47=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #53602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53602F is #AC9FD0. Grayscale: #565656. Windows color (decimal): -11313105 or 3104851. OLE color: 3104851.

HSL color Cylindrical-coordinate representation of color #53602F: hue angle of 75.92º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53602F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 47 -
CMYK 0.14 0 0.51 0.62
HSL 75.92º 0.34% 0.28% -
HSV(B) 75.92º 0.51% 0.38% -
XYZ 8.26 10.41 4.26 -
YUV 86.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 83 96 47 0.14 0 0.51 0.62 75.92 0.34 0.28
Hex 53 60 2F E 0 33 3E 4C 22 1C
Octal 123 140 57 16 0 63 76 114 42 34
Binary 1010011 1100000 101111 1110 0 110011 111110 1001100 100010 11100

Color Harmonies of #53602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53602F

Black with #53602F

Text Example


Text Example

White with #53602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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