Html Css Color HEX #300806 Seal Brown

📋 copy color: '#300806'

red 48 ◦ green 8 ◦ blue 6

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

Shades of Seal Brown #300806

Tints of Seal Brown #300806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 77.42%
G = 12.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300806 (or 0x300806) is known color: Seal Brown. HEX triplet: 30, 08 and 06. RGB value is (48,8,6). Sum of RGB (Red+Green+Blue) = 48+8+6=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300806 is #CFF7F9. Grayscale: #131313. Windows color (decimal): -13629434 or 395312. OLE color: 395312.

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

Color convert

RGB 48 8 6 -
CMYK 0 0.83 0.87 0.81
HSL 2.86º 0.78% 0.11% -
HSV(B) 2.86º 0.88% 0.19% -
XYZ 1.34 0.82 0.26 -
YUV 19.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 48 8 6 0 0.83 0.87 0.81 2.86 0.78 0.11
Hex 30 8 6 0 53 57 51 3 4E B
Octal 60 10 6 0 123 127 121 3 116 13
Binary 110000 1000 110 0 1010011 1010111 1010001 11 1001110 1011

Color Harmonies of #300806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300806

Black with #300806

Text Example


Text Example

White with #300806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300806; }

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

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

background-color css

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

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

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

border-color css

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

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

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