Html Css Color HEX #300F0C Seal Brown

📋 copy color: '#300F0C'

red 48 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #300F0C

Tints of Seal Brown #300F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20%

 BLUE value IS 12 (5.08% from 255) = 16%

R = 64%
G = 20%
B = 16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#300F0C (or 0x300F0C) is known color: Seal Brown. HEX triplet: 30, 0F and 0C. RGB value is (48,15,12). Sum of RGB (Red+Green+Blue) = 48+15+12=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0C is #CFF0F3. Grayscale: #181818. Windows color (decimal): -13627636 or 790320. OLE color: 790320.

HSL color Cylindrical-coordinate representation of color #300F0C: hue angle of 5º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300F0C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 12 -
CMYK 0 0.69 0.75 0.81
HSL 0.6% 0.12% -
HSV(B) 0.75% 0.19% -
XYZ 1.46 1 0.46 -
YUV 24.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 48 15 12 0 0.69 0.75 0.81 5 0.6 0.12
Hex 30 F C 0 45 4B 51 5 3C C
Octal 60 17 14 0 105 113 121 5 74 14
Binary 110000 1111 1100 0 1000101 1001011 1010001 101 111100 1100

Color Harmonies of #300F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F0C

Black with #300F0C

Text Example


Text Example

White with #300F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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