Html Css Color HEX #30130E Seal Brown

📋 copy color: '#30130E'

red 48 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #30130E

Tints of Seal Brown #30130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 59.26%
G = 23.46%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30130E (or 0x30130E) is known color: Seal Brown. HEX triplet: 30, 13 and 0E. RGB value is (48,19,14). Sum of RGB (Red+Green+Blue) = 48+19+14=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130E is #CFECF1. Grayscale: #1B1B1B. Windows color (decimal): -13626610 or 922416. OLE color: 922416.

HSL color Cylindrical-coordinate representation of color #30130E: hue angle of 8.82º 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 #30130E is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 14 -
CMYK 0 0.60 0.71 0.81
HSL 8.82º 0.55% 0.12% -
HSV(B) 8.82º 0.71% 0.19% -
XYZ 1.53 1.13 0.55 -
YUV 27.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 48 19 14 0 0.60 0.71 0.81 8.82 0.55 0.12
Hex 30 13 E 0 3C 47 51 9 37 C
Octal 60 23 16 0 74 107 121 11 67 14
Binary 110000 10011 1110 0 111100 1000111 1010001 1001 110111 1100

Color Harmonies of #30130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30130E

Black with #30130E

Text Example


Text Example

White with #30130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30130E; }

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

 H1.HeaderClassName
 {
   color: #30130E;
 }
 .AnyTagClassName
 {
   color: #30130E;
 }
</style>

background-color css

<style>
 a { background-color: #30130E; }

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

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

border-color css

<style>
 span { border-color: #30130E; }

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

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