Html Css Color HEX #30140C Seal Brown

📋 copy color: '#30140C'

red 48 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #30140C

Tints of Seal Brown #30140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

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

R = 60%
G = 25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30140C (or 0x30140C) is known color: Seal Brown. HEX triplet: 30, 14 and 0C. RGB value is (48,20,12). Sum of RGB (Red+Green+Blue) = 48+20+12=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140C is #CFEBF3. Grayscale: #1B1B1B. Windows color (decimal): -13626356 or 791600. OLE color: 791600.

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

Color convert

RGB 48 20 12 -
CMYK 0 0.58 0.75 0.81
HSL 13.33º 0.6% 0.12% -
HSV(B) 13.33º 0.75% 0.19% -
XYZ 1.54 1.16 0.49 -
YUV 27.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 48 20 12 0 0.58 0.75 0.81 13.33 0.6 0.12
Hex 30 14 C 0 3A 4B 51 D 3C C
Octal 60 24 14 0 72 113 121 15 74 14
Binary 110000 10100 1100 0 111010 1001011 1010001 1101 111100 1100

Color Harmonies of #30140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30140C

Black with #30140C

Text Example


Text Example

White with #30140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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