#300C05

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

Shades of Seal Brown #300C05

Tints of Seal Brown #300C05

Color information

#300C05 (or 0x300C05) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 05. RGB value is (48,12,5). Sum of RGB (Red+Green+Blue) = 48+12+5=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C05 is #CFF3FA. Grayscale: #161616. Windows color (decimal): -13628411 or 330800. OLE color: 330800.

HSL color Cylindrical-coordinate representation of color #300C05: hue angle of 9.77º 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 #300C05 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48125-
CMYK00.750.900.81
HSL9.77º81.13%10.39%-
HSV(B)9.77º89.58%18.82%-
XYZ1.380.90.25-
YUV21.97118.43146.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=73.85%
G=18.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812500.750.900.819.7781.1310.39
Hex30C504B5A51a51a
Octal6014501131321211212112
Binary11000011001010100101110110101010001101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C05; }

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

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

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

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

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

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

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

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