Html Css Color HEX #30140B Seal Brown

📋 copy color: '#30140B'

red 48 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #30140B

Tints of Seal Brown #30140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 60.76%
G = 25.32%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30140B (or 0x30140B) is known color: Seal Brown. HEX triplet: 30, 14 and 0B. RGB value is (48,20,11). Sum of RGB (Red+Green+Blue) = 48+20+11=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140B is #CFEBF4. Grayscale: #1B1B1B. Windows color (decimal): -13626357 or 726064. OLE color: 726064.

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

Color convert

RGB 48 20 11 -
CMYK 0 0.58 0.77 0.81
HSL 14.59º 0.63% 0.12% -
HSV(B) 14.59º 0.77% 0.19% -
XYZ 1.53 1.15 0.46 -
YUV 27.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 48 20 11 0 0.58 0.77 0.81 14.59 0.63 0.12
Hex 30 14 B 0 3A 4D 51 F 3F C
Octal 60 24 13 0 72 115 121 17 77 14
Binary 110000 10100 1011 0 111010 1001101 1010001 1111 111111 1100

Color Harmonies of #30140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30140B

Black with #30140B

Text Example


Text Example

White with #30140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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