#30110C

Color #30110C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #30110C

Tints of Seal Brown #30110C

Color information

#30110C (or 0x30110C) is unknown color: approx Seal Brown. HEX triplet: 30, 11 and 0C. RGB value is (48,17,12). Sum of RGB (Red+Green+Blue) = 48+17+12=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110C is #CFEEF3. Grayscale: #191919. Windows color (decimal): -13627124 or 790832. OLE color: 790832.

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

Color convert

RGB481712-
CMYK00.650.750.81
HSL8.33º60%11.76%-
HSV(B)8.33º75%18.82%-
XYZ1.491.060.47-
YUV25.7120.27143.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=62.34%
G=22.08%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48171200.650.750.818.336011.76
Hex3011C0414B5183cc
Octal6021140101113121107414
Binary110000100011100010000011001011101000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30110C;
 }
 .AnyTagClassName
 {
   color: #30110C;
 }
</style>
background-color css

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

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

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

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

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

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