Html Css Color HEX #30140A Seal Brown

📋 copy color: '#30140A'

red 48 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #30140A

Tints of Seal Brown #30140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 61.54%
G = 25.64%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30140A (or 0x30140A) is known color: Seal Brown. HEX triplet: 30, 14 and 0A. RGB value is (48,20,10). Sum of RGB (Red+Green+Blue) = 48+20+10=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140A is #CFEBF5. Grayscale: #1B1B1B. Windows color (decimal): -13626358 or 660528. OLE color: 660528.

HSL color Cylindrical-coordinate representation of color #30140A: hue angle of 15.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30140A is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 10 -
CMYK 0 0.58 0.79 0.81
HSL 15.79º 0.66% 0.11% -
HSV(B) 15.79º 0.79% 0.19% -
XYZ 1.52 1.15 0.43 -
YUV 27.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 48 20 10 0 0.58 0.79 0.81 15.79 0.66 0.11
Hex 30 14 A 0 3A 4F 51 10 42 B
Octal 60 24 12 0 72 117 121 20 102 13
Binary 110000 10100 1010 0 111010 1001111 1010001 10000 1000010 1011

Color Harmonies of #30140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30140A

Black with #30140A

Text Example


Text Example

White with #30140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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