#30160F

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

Shades of Seal Brown #30160F

Tints of Seal Brown #30160F

Color information

#30160F (or 0x30160F) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 0F. RGB value is (48,22,15). Sum of RGB (Red+Green+Blue) = 48+22+15=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30160F is #CFE9F0. Grayscale: #1D1D1D. Windows color (decimal): -13625841 or 988720. OLE color: 988720.

HSL color Cylindrical-coordinate representation of color #30160F: hue angle of 12.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30160F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB482215-
CMYK00.540.690.81
HSL12.73º52.38%12.35%-
HSV(B)12.73º68.75%18.82%-
XYZ1.591.240.61-
YUV28.98120.11141.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=56.47%
G=25.88%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48221500.540.690.8112.7352.3812.35
Hex3016F0364551d34c
Octal602617066105121156414
Binary11000010110111101101101000101101000111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30160F; }

 p { color: rgb(48,22,15); }

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

<style>
 a { background-color: #30160F; }

 a { background-color: rgb(48,22,15); }

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

<style>
 span { border-color: #30160F; }

 span { border-color: rgb(48,22,15); }

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