Html Css Color HEX #300C09 Seal Brown

📋 copy color: '#300C09'

red 48 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #300C09

Tints of Seal Brown #300C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.39%

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

R = 69.57%
G = 17.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#300C09 (or 0x300C09) is known color: Seal Brown. HEX triplet: 30, 0C and 09. RGB value is (48,12,9). Sum of RGB (Red+Green+Blue) = 48+12+9=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C09 is #CFF3F6. Grayscale: #161616. Windows color (decimal): -13628407 or 592944. OLE color: 592944.

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

Color convert

RGB 48 12 9 -
CMYK 0 0.75 0.81 0.81
HSL 4.62º 0.68% 0.11% -
HSV(B) 4.62º 0.81% 0.19% -
XYZ 1.4 0.91 0.36 -
YUV 22.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 48 12 9 0 0.75 0.81 0.81 4.62 0.68 0.11
Hex 30 C 9 0 4B 51 51 5 44 B
Octal 60 14 11 0 113 121 121 5 104 13
Binary 110000 1100 1001 0 1001011 1010001 1010001 101 1000100 1011

Color Harmonies of #300C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C09

Black with #300C09

Text Example


Text Example

White with #300C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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