Html Css Color HEX #300400 Seal Brown

📋 copy color: '#300400'

red 48 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #300400

Tints of Seal Brown #300400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.69%

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

R = 92.31%
G = 7.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300400 (or 0x300400) is known color: Seal Brown. HEX triplet: 30, 04 and 00. RGB value is (48,4,0). Sum of RGB (Red+Green+Blue) = 48+4+0=52 (6% of max value = 765). Red value is 48 (19.14% from 255 or 92.31% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 48 - color contains mainly: red. Hex color #300400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300400 is #CFFBFF. Grayscale: #101010. Windows color (decimal): -13630464 or 1072. OLE color: 1072.

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

Color convert

RGB 48 4 0 -
CMYK 0 0.92 1 0.81
HSL 1% 0.09% -
HSV(B) 1% 0.19% -
XYZ 1.26 0.72 0.07 -
YUV 16.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 48 4 0 0 0.92 1 0.81 5 1 0.09
Hex 30 4 0 0 5C 64 51 5 64 9
Octal 60 4 0 0 134 144 121 5 144 11
Binary 110000 100 0 0 1011100 1100100 1010001 101 1100100 1001

Color Harmonies of #300400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300400

Black with #300400

Text Example


Text Example

White with #300400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300400; }

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

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

background-color css

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

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

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

border-color css

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

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

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