#301612

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

Shades of Seal Brown #301612

Tints of Seal Brown #301612

Color information

#301612 (or 0x301612) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 12. RGB value is (48,22,18). Sum of RGB (Red+Green+Blue) = 48+22+18=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301612 is #CFE9ED. Grayscale: #1D1D1D. Windows color (decimal): -13625838 or 1185328. OLE color: 1185328.

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

Color convert

RGB482218-
CMYK00.540.630.81
HSL45.45%12.94%-
HSV(B)62.5%18.82%-
XYZ1.621.250.73-
YUV29.32121.61141.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=54.55%
G=25%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48221800.540.630.81845.4512.94
Hex3016120363F5182dd
Octal60262206677121105515
Binary11000010110100100110110111111101000110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301612; }

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

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

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

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

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

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

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

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