Html Css Color HEX #515C30 Saratoga

📋 copy color: '#515C30'

red 81 ◦ green 92 ◦ blue 48

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

Shades of Saratoga #515C30

Tints of Saratoga #515C30

RGB

 RED value IS 81 (32.03% from 255) = 36.65%

 GREEN value IS 92 (36.33% from 255) = 41.63%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 36.65%
G = 41.63%
B = 21.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#515C30 (or 0x515C30) is known color: Saratoga. HEX triplet: 51, 5C and 30. RGB value is (81,92,48). Sum of RGB (Red+Green+Blue) = 81+92+48=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #515C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C30 is #AEA3CF. Grayscale: #535353. Windows color (decimal): -11445200 or 3169361. OLE color: 3169361.

HSL color Cylindrical-coordinate representation of color #515C30: hue angle of 75º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515C30 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 92 48 -
CMYK 0.12 0 0.48 0.64
HSL 75º 0.31% 0.27% -
HSV(B) 75º 0.48% 0.36% -
XYZ 7.75 9.62 4.24 -
YUV 83.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 81 92 48 0.12 0 0.48 0.64 75 0.31 0.27
Hex 51 5C 30 C 0 30 40 4B 1F 1B
Octal 121 134 60 14 0 60 100 113 37 33
Binary 1010001 1011100 110000 1100 0 110000 1000000 1001011 11111 11011

Color Harmonies of #515C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C30

Black with #515C30

Text Example


Text Example

White with #515C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C30; }

 p { color: rgb(81,92,48); }

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

background-color css

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

 a { background-color: rgb(81,92,48); }

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

border-color css

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

 span { border-color: rgb(81,92,48); }

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