Html Css Color HEX #300E04 Seal Brown

📋 copy color: '#300E04'

red 48 ◦ green 14 ◦ blue 4

#300E04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #300E04

Tints of Seal Brown #300E04

RGB

 RED value IS 48 (19.14% from 255) = 72.73%

 GREEN value IS 14 (5.86% from 255) = 21.21%

 BLUE value IS 4 (1.95% from 255) = 6.06%

R = 72.73%
G = 21.21%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300E04 (or 0x300E04) is known color: Seal Brown. HEX triplet: 30, 0E and 04. RGB value is (48,14,4). Sum of RGB (Red+Green+Blue) = 48+14+4=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E04 is #CFF1FB. Grayscale: #171717. Windows color (decimal): -13627900 or 265776. OLE color: 265776.

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

Color convert

RGB 48 14 4 -
CMYK 0 0.71 0.92 0.81
HSL 13.64º 0.85% 0.1% -
HSV(B) 13.64º 0.92% 0.19% -
XYZ 1.4 0.95 0.22 -
YUV 23.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 48 14 4 0 0.71 0.92 0.81 13.64 0.85 0.1
Hex 30 E 4 0 47 5C 51 E 55 A
Octal 60 16 4 0 107 134 121 16 125 12
Binary 110000 1110 100 0 1000111 1011100 1010001 1110 1010101 1010

Color Harmonies of #300E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E04

Black with #300E04

Text Example


Text Example

White with #300E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300E04;
 }
 .AnyTagClassName
 {
   color: #300E04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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