#30180E

Color #30180E Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #30180E

Tints of Brown Pod #30180E

Color information

#30180E (or 0x30180E) is unknown color: approx Brown Pod. HEX triplet: 30, 18 and 0E. RGB value is (48,24,14). Sum of RGB (Red+Green+Blue) = 48+24+14=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180E is #CFE7F1. Grayscale: #1E1E1E. Windows color (decimal): -13625330 or 923696. OLE color: 923696.

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

Color convert

RGB482414-
CMYK00.50.710.81
HSL17.65º54.84%12.16%-
HSV(B)17.65º70.83%18.82%-
XYZ1.621.310.58-
YUV30.04118.95140.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=55.81%
G=27.91%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48241400.50.710.8117.6554.8412.16
Hex3018E03247511237c
Octal603016062107121226714
Binary110000110001110011001010001111010001100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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