Html Css Color HEX #300F09 Seal Brown

📋 copy color: '#300F09'

red 48 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #300F09

Tints of Seal Brown #300F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

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

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#300F09 (or 0x300F09) is known color: Seal Brown. HEX triplet: 30, 0F and 09. RGB value is (48,15,9). Sum of RGB (Red+Green+Blue) = 48+15+9=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F09 is #CFF0F6. Grayscale: #181818. Windows color (decimal): -13627639 or 593712. OLE color: 593712.

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

Color convert

RGB 48 15 9 -
CMYK 0 0.69 0.81 0.81
HSL 9.23º 0.68% 0.11% -
HSV(B) 9.23º 0.81% 0.19% -
XYZ 1.44 0.99 0.37 -
YUV 24.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 48 15 9 0 0.69 0.81 0.81 9.23 0.68 0.11
Hex 30 F 9 0 45 51 51 9 44 B
Octal 60 17 11 0 105 121 121 11 104 13
Binary 110000 1111 1001 0 1000101 1010001 1010001 1001 1000100 1011

Color Harmonies of #300F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F09

Black with #300F09

Text Example


Text Example

White with #300F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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