Html Css Color HEX #53641F Saratoga

📋 copy color: '#53641F'

red 83 ◦ green 100 ◦ blue 31

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

Shades of Saratoga #53641F

Tints of Saratoga #53641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 38.79%
G = 46.73%
B = 14.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#53641F (or 0x53641F) is known color: Saratoga. HEX triplet: 53, 64 and 1F. RGB value is (83,100,31). Sum of RGB (Red+Green+Blue) = 83+100+31=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #53641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53641F is #AC9BE0. Grayscale: #575757. Windows color (decimal): -11312097 or 2057299. OLE color: 2057299.

HSL color Cylindrical-coordinate representation of color #53641F: hue angle of 74.78º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53641F is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 31 -
CMYK 0.17 0 0.69 0.61
HSL 74.78º 0.53% 0.26% -
HSV(B) 74.78º 0.69% 0.39% -
XYZ 8.37 11.05 2.99 -
YUV 87.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 83 100 31 0.17 0 0.69 0.61 74.78 0.53 0.26
Hex 53 64 1F 11 0 45 3D 4B 35 1A
Octal 123 144 37 21 0 105 75 113 65 32
Binary 1010011 1100100 11111 10001 0 1000101 111101 1001011 110101 11010

Color Harmonies of #53641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53641F

Black with #53641F

Text Example


Text Example

White with #53641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,100,31); }

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

background-color css

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

 a { background-color: rgb(83,100,31); }

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

border-color css

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

 span { border-color: rgb(83,100,31); }

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