Html Css Color HEX #53602B Saratoga

📋 copy color: '#53602B'

red 83 ◦ green 96 ◦ blue 43

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

Shades of Saratoga #53602B

Tints of Saratoga #53602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 37.39%
G = 43.24%
B = 19.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#53602B (or 0x53602B) is known color: Saratoga. HEX triplet: 53, 60 and 2B. RGB value is (83,96,43). Sum of RGB (Red+Green+Blue) = 83+96+43=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #53602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53602B is #AC9FD4. Grayscale: #565656. Windows color (decimal): -11313109 or 2842707. OLE color: 2842707.

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

Color convert

RGB 83 96 43 -
CMYK 0.14 0 0.55 0.62
HSL 74.72º 0.38% 0.27% -
HSV(B) 74.72º 0.55% 0.38% -
XYZ 8.19 10.38 3.86 -
YUV 86.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 83 96 43 0.14 0 0.55 0.62 74.72 0.38 0.27
Hex 53 60 2B E 0 37 3E 4B 26 1B
Octal 123 140 53 16 0 67 76 113 46 33
Binary 1010011 1100000 101011 1110 0 110111 111110 1001011 100110 11011

Color Harmonies of #53602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53602B

Black with #53602B

Text Example


Text Example

White with #53602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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