#300704

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

Shades of Seal Brown #300704

Tints of Seal Brown #300704

Color information

#300704 (or 0x300704) is unknown color: approx Seal Brown. HEX triplet: 30, 07 and 04. RGB value is (48,7,4). Sum of RGB (Red+Green+Blue) = 48+7+4=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300704 is #CFF8FB. Grayscale: #121212. Windows color (decimal): -13629692 or 263984. OLE color: 263984.

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

Color convert

RGB4874-
CMYK00.850.920.81
HSL4.09º84.62%10.2%-
HSV(B)4.09º91.67%18.82%-
XYZ1.320.790.2-
YUV18.92119.58148.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=81.36%
G=11.86%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal487400.850.920.814.0984.6210.2
Hex30740555C51455a
Octal60740125134121412512
Binary110000111100010101011011100101000110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300704; }

 p { color: rgb(48,7,4); }

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

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

 a { background-color: rgb(48,7,4); }

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

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

 span { border-color: rgb(48,7,4); }

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