Html Css Color HEX #300903 Seal Brown

📋 copy color: '#300903'

red 48 ◦ green 9 ◦ blue 3

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

Shades of Seal Brown #300903

Tints of Seal Brown #300903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15%

 BLUE value IS 3 (1.56% from 255) = 5%

R = 80%
G = 15%
B = 5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300903 (or 0x300903) is known color: Seal Brown. HEX triplet: 30, 09 and 03. RGB value is (48,9,3). Sum of RGB (Red+Green+Blue) = 48+9+3=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300903 is #CFF6FC. Grayscale: #141414. Windows color (decimal): -13629181 or 198960. OLE color: 198960.

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

Color convert

RGB 48 9 3 -
CMYK 0 0.81 0.94 0.81
HSL 0.88% 0.1% -
HSV(B) 0.94% 0.19% -
XYZ 1.33 0.83 0.18 -
YUV 19.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 48 9 3 0 0.81 0.94 0.81 8 0.88 0.1
Hex 30 9 3 0 51 5E 51 8 58 A
Octal 60 11 3 0 121 136 121 10 130 12
Binary 110000 1001 11 0 1010001 1011110 1010001 1000 1011000 1010

Color Harmonies of #300903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300903

Black with #300903

Text Example


Text Example

White with #300903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300903; }

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

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

background-color css

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

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

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

border-color css

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

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

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