#301006

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

Shades of Seal Brown #301006

Tints of Seal Brown #301006

Color information

#301006 (or 0x301006) is unknown color: approx Seal Brown. HEX triplet: 30, 10 and 06. RGB value is (48,16,6). Sum of RGB (Red+Green+Blue) = 48+16+6=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #301006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301006 is #CFEFF9. Grayscale: #181818. Windows color (decimal): -13627386 or 397360. OLE color: 397360.

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

Color convert

RGB48166-
CMYK00.670.870.81
HSL14.29º77.78%10.59%-
HSV(B)14.29º87.5%18.82%-
XYZ1.441.010.29-
YUV24.43117.6144.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=68.57%
G=22.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4816600.670.870.8114.2977.7810.59
Hex301060435751e4eb
Octal6020601031271211611613
Binary110000100001100100001110101111010001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301006; }

 p { color: rgb(48,16,6); }

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

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

 a { background-color: rgb(48,16,6); }

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

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

 span { border-color: rgb(48,16,6); }

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