#301005

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

Shades of Seal Brown #301005

Tints of Seal Brown #301005

Color information

#301005 (or 0x301005) is unknown color: approx Seal Brown. HEX triplet: 30, 10 and 05. RGB value is (48,16,5). Sum of RGB (Red+Green+Blue) = 48+16+5=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301005 is #CFEFFA. Grayscale: #181818. Windows color (decimal): -13627387 or 331824. OLE color: 331824.

HSL color Cylindrical-coordinate representation of color #301005: hue angle of 15.35º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301005 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48165-
CMYK00.670.900.81
HSL15.35º81.13%10.39%-
HSV(B)15.35º89.58%18.82%-
XYZ1.431.010.26-
YUV24.31117.1144.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=69.57%
G=23.19%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4816500.670.900.8115.3581.1310.39
Hex301050435A51f51a
Octal6020501031321211712112
Binary110000100001010100001110110101010001111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301005; }

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

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

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

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

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

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

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

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