#301613

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

Shades of Seal Brown #301613

Tints of Seal Brown #301613

Color information

#301613 (or 0x301613) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 13. RGB value is (48,22,19). Sum of RGB (Red+Green+Blue) = 48+22+19=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301613 is #CFE9EC. Grayscale: #1D1D1D. Windows color (decimal): -13625837 or 1250864. OLE color: 1250864.

HSL color Cylindrical-coordinate representation of color #301613: hue angle of 6.21º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301613 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB482219-
CMYK00.540.600.81
HSL6.21º43.28%13.14%-
HSV(B)6.21º60.42%18.82%-
XYZ1.621.250.77-
YUV29.43122.11141.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=53.93%
G=24.72%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48221900.540.600.816.2143.2813.14
Hex3016130363C5162bd
Octal6026230667412165315
Binary1100001011010011011011011110010100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301613; }

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

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

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

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

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

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

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

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