Html Css Color HEX #300600 Seal Brown

📋 copy color: '#300600'

red 48 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #300600

Tints of Seal Brown #300600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.11%

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

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300600 (or 0x300600) is known color: Seal Brown. HEX triplet: 30, 06 and 00. RGB value is (48,6,0). Sum of RGB (Red+Green+Blue) = 48+6+0=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300600 is #CFF9FF. Grayscale: #111111. Windows color (decimal): -13629952 or 1584. OLE color: 1584.

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

Color convert

RGB 48 6 0 -
CMYK 0 0.87 1 0.81
HSL 7.5º 1% 0.09% -
HSV(B) 7.5º 1% 0.19% -
XYZ 1.28 0.76 0.08 -
YUV 17.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 48 6 0 0 0.87 1 0.81 7.5 1 0.09
Hex 30 6 0 0 57 64 51 8 64 9
Octal 60 6 0 0 127 144 121 10 144 11
Binary 110000 110 0 0 1010111 1100100 1010001 1000 1100100 1001

Color Harmonies of #300600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300600

Black with #300600

Text Example


Text Example

White with #300600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300600; }

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

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

background-color css

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

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

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

border-color css

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

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

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