Html Css Color HEX #53651E Saratoga

📋 copy color: '#53651E'

red 83 ◦ green 101 ◦ blue 30

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

Shades of Saratoga #53651E

Tints of Saratoga #53651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 38.79%
G = 47.2%
B = 14.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#53651E (or 0x53651E) is known color: Saratoga. HEX triplet: 53, 65 and 1E. RGB value is (83,101,30). Sum of RGB (Red+Green+Blue) = 83+101+30=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #53651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53651E is #AC9AE1. Grayscale: #575757. Windows color (decimal): -11311842 or 1992019. OLE color: 1992019.

HSL color Cylindrical-coordinate representation of color #53651E: hue angle of 75.21º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53651E is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 30 -
CMYK 0.18 0 0.70 0.60
HSL 75.21º 0.54% 0.26% -
HSV(B) 75.21º 0.7% 0.4% -
XYZ 8.46 11.24 2.95 -
YUV 87.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 83 101 30 0.18 0 0.70 0.60 75.21 0.54 0.26
Hex 53 65 1E 12 0 46 3C 4B 36 1A
Octal 123 145 36 22 0 106 74 113 66 32
Binary 1010011 1100101 11110 10010 0 1000110 111100 1001011 110110 11010

Color Harmonies of #53651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53651E

Black with #53651E

Text Example


Text Example

White with #53651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53651E; }

 p { color: rgb(83,101,30); }

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

background-color css

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

 a { background-color: rgb(83,101,30); }

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

border-color css

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

 span { border-color: rgb(83,101,30); }

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