#300C00

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

Shades of Seal Brown #300C00

Tints of Seal Brown #300C00

Color information

#300C00 (or 0x300C00) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 00. RGB value is (48,12,0). Sum of RGB (Red+Green+Blue) = 48+12+0=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C00 is #CFF3FF. Grayscale: #151515. Windows color (decimal): -13628416 or 3120. OLE color: 3120.

HSL color Cylindrical-coordinate representation of color #300C00: hue angle of 15º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48120-
CMYK00.7510.81
HSL15º100%9.41%-
HSV(B)15º100%18.82%-
XYZ1.350.890.1-
YUV21.4115.93146.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 12 (5.08% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812000.7510.81151009.41
Hex30C004B6451f649
Octal6014001131441211714411
Binary110000110000100101111001001010001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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