#301615

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

Shades of Seal Brown #301615

Tints of Seal Brown #301615

Color information

#301615 (or 0x301615) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 15. RGB value is (48,22,21). Sum of RGB (Red+Green+Blue) = 48+22+21=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301615 is #CFE9EA. Grayscale: #1D1D1D. Windows color (decimal): -13625835 or 1381936. OLE color: 1381936.

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

Color convert

RGB482221-
CMYK00.540.560.81
HSL2.22º39.13%13.53%-
HSV(B)2.22º56.25%18.82%-
XYZ1.641.260.87-
YUV29.66123.11141.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=52.75%
G=24.18%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222100.540.560.812.2239.1313.53
Hex3016150363851227e
Octal6026250667012124716
Binary110000101101010101101101110001010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301615; }

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

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

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

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

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

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

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

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