Html Css Color HEX #300804 Seal Brown

📋 copy color: '#300804'

red 48 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #300804

Tints of Seal Brown #300804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 80%
G = 13.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300804 (or 0x300804) is known color: Seal Brown. HEX triplet: 30, 08 and 04. RGB value is (48,8,4). Sum of RGB (Red+Green+Blue) = 48+8+4=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300804 is #CFF7FB. Grayscale: #131313. Windows color (decimal): -13629436 or 264240. OLE color: 264240.

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

Color convert

RGB 48 8 4 -
CMYK 0 0.83 0.92 0.81
HSL 5.45º 0.85% 0.1% -
HSV(B) 5.45º 0.92% 0.19% -
XYZ 1.33 0.81 0.2 -
YUV 19.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 48 8 4 0 0.83 0.92 0.81 5.45 0.85 0.1
Hex 30 8 4 0 53 5C 51 5 55 A
Octal 60 10 4 0 123 134 121 5 125 12
Binary 110000 1000 100 0 1010011 1011100 1010001 101 1010101 1010

Color Harmonies of #300804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300804

Black with #300804

Text Example


Text Example

White with #300804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300804; }

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

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

background-color css

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

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

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

border-color css

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

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

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