Html Css Color HEX #300800 Seal Brown

📋 copy color: '#300800'

red 48 ◦ green 8 ◦ blue 0

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

Shades of Seal Brown #300800

Tints of Seal Brown #300800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300800 (or 0x300800) is known color: Seal Brown. HEX triplet: 30, 08 and 00. RGB value is (48,8,0). Sum of RGB (Red+Green+Blue) = 48+8+0=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300800 is #CFF7FF. Grayscale: #131313. Windows color (decimal): -13629440 or 2096. OLE color: 2096.

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

Color convert

RGB 48 8 0 -
CMYK 0 0.83 1 0.81
HSL 10º 1% 0.09% -
HSV(B) 10º 1% 0.19% -
XYZ 1.31 0.8 0.09 -
YUV 19.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 48 8 0 0 0.83 1 0.81 10 1 0.09
Hex 30 8 0 0 53 64 51 A 64 9
Octal 60 10 0 0 123 144 121 12 144 11
Binary 110000 1000 0 0 1010011 1100100 1010001 1010 1100100 1001

Color Harmonies of #300800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300800

Black with #300800

Text Example


Text Example

White with #300800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300800; }

 p { color: rgb(48,8,0); }

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

background-color css

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

 a { background-color: rgb(48,8,0); }

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

border-color css

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

 span { border-color: rgb(48,8,0); }

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