Html Css Color HEX #301204 Seal Brown

📋 copy color: '#301204'

red 48 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #301204

Tints of Seal Brown #301204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

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

R = 68.57%
G = 25.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301204 (or 0x301204) is known color: Seal Brown. HEX triplet: 30, 12 and 04. RGB value is (48,18,4). Sum of RGB (Red+Green+Blue) = 48+18+4=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #301204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301204 is #CFEDFB. Grayscale: #191919. Windows color (decimal): -13626876 or 266800. OLE color: 266800.

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

Color convert

RGB 48 18 4 -
CMYK 0 0.63 0.92 0.81
HSL 19.09º 0.85% 0.1% -
HSV(B) 19.09º 0.92% 0.19% -
XYZ 1.46 1.07 0.24 -
YUV 25.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 48 18 4 0 0.63 0.92 0.81 19.09 0.85 0.1
Hex 30 12 4 0 3F 5C 51 13 55 A
Octal 60 22 4 0 77 134 121 23 125 12
Binary 110000 10010 100 0 111111 1011100 1010001 10011 1010101 1010

Color Harmonies of #301204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301204

Black with #301204

Text Example


Text Example

White with #301204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301204; }

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

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

background-color css

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

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

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

border-color css

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

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

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