Html Css Color HEX #300C04 Seal Brown

📋 copy color: '#300C04'

red 48 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #300C04

Tints of Seal Brown #300C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.75%

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

R = 75%
G = 18.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300C04 (or 0x300C04) is known color: Seal Brown. HEX triplet: 30, 0C and 04. RGB value is (48,12,4). Sum of RGB (Red+Green+Blue) = 48+12+4=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C04 is #CFF3FB. Grayscale: #151515. Windows color (decimal): -13628412 or 265264. OLE color: 265264.

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

Color convert

RGB 48 12 4 -
CMYK 0 0.75 0.92 0.81
HSL 10.91º 0.85% 0.1% -
HSV(B) 10.91º 0.92% 0.19% -
XYZ 1.37 0.9 0.22 -
YUV 21.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 48 12 4 0 0.75 0.92 0.81 10.91 0.85 0.1
Hex 30 C 4 0 4B 5C 51 B 55 A
Octal 60 14 4 0 113 134 121 13 125 12
Binary 110000 1100 100 0 1001011 1011100 1010001 1011 1010101 1010

Color Harmonies of #300C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C04

Black with #300C04

Text Example


Text Example

White with #300C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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