#301109

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

Shades of Seal Brown #301109

Tints of Seal Brown #301109

Color information

#301109 (or 0x301109) is unknown color: approx Seal Brown. HEX triplet: 30, 11 and 09. RGB value is (48,17,9). Sum of RGB (Red+Green+Blue) = 48+17+9=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301109 is #CFEEF6. Grayscale: #191919. Windows color (decimal): -13627127 or 594224. OLE color: 594224.

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

Color convert

RGB48179-
CMYK00.650.810.81
HSL12.31º68.42%11.18%-
HSV(B)12.31º81.25%18.82%-
XYZ1.471.050.38-
YUV25.36118.77144.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=64.86%
G=22.97%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4817900.650.810.8112.3168.4211.18
Hex301190415151c44b
Octal60211101011211211410413
Binary1100001000110010100000110100011010001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301109; }

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

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

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

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

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

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

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

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