#301307

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

Shades of Seal Brown #301307

Tints of Seal Brown #301307

Color information

#301307 (or 0x301307) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 07. RGB value is (48,19,7). Sum of RGB (Red+Green+Blue) = 48+19+7=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301307 is #CFECF8. Grayscale: #1A1A1A. Windows color (decimal): -13626617 or 463664. OLE color: 463664.

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

Color convert

RGB48197-
CMYK00.600.850.81
HSL17.56º74.55%10.78%-
HSV(B)17.56º85.42%18.82%-
XYZ1.491.110.34-
YUV26.3117.11143.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=64.86%
G=25.68%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4819700.600.850.8117.5674.5510.78
Hex3013703C5551124bb
Octal602370741251212211313
Binary110000100111110111100101010110100011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301307; }

 p { color: rgb(48,19,7); }

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

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

 a { background-color: rgb(48,19,7); }

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

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

 span { border-color: rgb(48,19,7); }

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