Html Css Color HEX #300E09 Seal Brown

📋 copy color: '#300E09'

red 48 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #300E09

Tints of Seal Brown #300E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.68%

R = 67.61%
G = 19.72%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#300E09 (or 0x300E09) is known color: Seal Brown. HEX triplet: 30, 0E and 09. RGB value is (48,14,9). Sum of RGB (Red+Green+Blue) = 48+14+9=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E09 is #CFF1F6. Grayscale: #171717. Windows color (decimal): -13627895 or 593456. OLE color: 593456.

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

Color convert

RGB 48 14 9 -
CMYK 0 0.71 0.81 0.81
HSL 7.69º 0.68% 0.11% -
HSV(B) 7.69º 0.81% 0.19% -
XYZ 1.43 0.96 0.37 -
YUV 23.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 48 14 9 0 0.71 0.81 0.81 7.69 0.68 0.11
Hex 30 E 9 0 47 51 51 8 44 B
Octal 60 16 11 0 107 121 121 10 104 13
Binary 110000 1110 1001 0 1000111 1010001 1010001 1000 1000100 1011

Color Harmonies of #300E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E09

Black with #300E09

Text Example


Text Example

White with #300E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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