Html Css Color HEX #300F0E Seal Brown

📋 copy color: '#300F0E'

red 48 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #300F0E

Tints of Seal Brown #300F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 62.34%
G = 19.48%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#300F0E (or 0x300F0E) is known color: Seal Brown. HEX triplet: 30, 0F and 0E. RGB value is (48,15,14). Sum of RGB (Red+Green+Blue) = 48+15+14=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0E is #CFF0F1. Grayscale: #181818. Windows color (decimal): -13627634 or 921392. OLE color: 921392.

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

Color convert

RGB 48 15 14 -
CMYK 0 0.69 0.71 0.81
HSL 1.76º 0.55% 0.12% -
HSV(B) 1.76º 0.71% 0.19% -
XYZ 1.47 1 0.53 -
YUV 24.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 48 15 14 0 0.69 0.71 0.81 1.76 0.55 0.12
Hex 30 F E 0 45 47 51 2 37 C
Octal 60 17 16 0 105 107 121 2 67 14
Binary 110000 1111 1110 0 1000101 1000111 1010001 10 110111 1100

Color Harmonies of #300F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F0E

Black with #300F0E

Text Example


Text Example

White with #300F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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