Html Css Color HEX #300504 Seal Brown

📋 copy color: '#300504'

red 48 ◦ green 5 ◦ blue 4

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

Shades of Seal Brown #300504

Tints of Seal Brown #300504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.77%

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

R = 84.21%
G = 8.77%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300504 (or 0x300504) is known color: Seal Brown. HEX triplet: 30, 05 and 04. RGB value is (48,5,4). Sum of RGB (Red+Green+Blue) = 48+5+4=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300504 is #CFFAFB. Grayscale: #111111. Windows color (decimal): -13630204 or 263472. OLE color: 263472.

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

Color convert

RGB 48 5 4 -
CMYK 0 0.90 0.92 0.81
HSL 1.36º 0.85% 0.1% -
HSV(B) 1.36º 0.92% 0.19% -
XYZ 1.3 0.75 0.19 -
YUV 17.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 48 5 4 0 0.90 0.92 0.81 1.36 0.85 0.1
Hex 30 5 4 0 5A 5C 51 1 55 A
Octal 60 5 4 0 132 134 121 1 125 12
Binary 110000 101 100 0 1011010 1011100 1010001 1 1010101 1010

Color Harmonies of #300504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300504

Black with #300504

Text Example


Text Example

White with #300504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300504; }

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

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

background-color css

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

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

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

border-color css

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

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

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