#301611

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

Shades of Seal Brown #301611

Tints of Seal Brown #301611

Color information

#301611 (or 0x301611) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 11. RGB value is (48,22,17). Sum of RGB (Red+Green+Blue) = 48+22+17=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301611 is #CFE9EE. Grayscale: #1D1D1D. Windows color (decimal): -13625839 or 1119792. OLE color: 1119792.

HSL color Cylindrical-coordinate representation of color #301611: hue angle of 9.68º 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 #301611 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB482217-
CMYK00.540.650.81
HSL9.68º47.69%12.75%-
HSV(B)9.68º64.58%18.82%-
XYZ1.611.240.69-
YUV29.2121.11141.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=55.17%
G=25.29%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48221700.540.650.819.6847.6912.75
Hex3016110364151a30d
Octal602621066101121126015
Binary110000101101000101101101000001101000110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301611; }

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

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

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

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

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

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

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

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