#300802

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

Shades of Seal Brown #300802

Tints of Seal Brown #300802

Color information

#300802 (or 0x300802) is unknown color: approx Seal Brown. HEX triplet: 30, 08 and 02. RGB value is (48,8,2). Sum of RGB (Red+Green+Blue) = 48+8+2=58 (7% of max value = 765). Red value is 48 (19.14% from 255 or 82.76% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 48 - color contains mainly: red. Hex color #300802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300802 is #CFF7FD. Grayscale: #131313. Windows color (decimal): -13629438 or 133168. OLE color: 133168.

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

Color convert

RGB4882-
CMYK00.830.960.81
HSL7.83º92%9.8%-
HSV(B)7.83º95.83%18.82%-
XYZ1.320.810.14-
YUV19.28118.25148.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 82.76%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=82.76%
G=13.79%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal488200.830.960.817.83929.8
Hex3082053605185ca
Octal6010201231401211013412
Binary1100001000100101001111000001010001100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300802; }

 p { color: rgb(48,8,2); }

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

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

 a { background-color: rgb(48,8,2); }

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

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

 span { border-color: rgb(48,8,2); }

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