#301511

Color #301511 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #301511

Tints of Seal Brown #301511

Color information

#301511 (or 0x301511) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 11. RGB value is (48,21,17). Sum of RGB (Red+Green+Blue) = 48+21+17=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301511 is #CFEAEE. Grayscale: #1C1C1C. Windows color (decimal): -13626095 or 1119536. OLE color: 1119536.

HSL color Cylindrical-coordinate representation of color #301511: hue angle of 7.74º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301511 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB482117-
CMYK00.560.650.81
HSL7.74º47.69%12.75%-
HSV(B)7.74º64.58%18.82%-
XYZ1.591.210.68-
YUV28.62121.45141.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=55.81%
G=24.42%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211700.560.650.817.7447.6912.75
Hex3015110384151830d
Octal602521070101121106015
Binary110000101011000101110001000001101000110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301511; }

 p { color: rgb(48,21,17); }

 H1.HeaderClassName
 {
   color: #301511;
 }
 .AnyTagClassName
 {
   color: #301511;
 }
</style>
background-color css

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

 a { background-color: rgb(48,21,17); }

 div.DivClassName
 {
   background-color: #301511;
 }
 .BgClassName
 {
   background-color: #301511;
 }
</style>
border-color css

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

 span { border-color: rgb(48,21,17); }

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