#30180D

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

Shades of Brown Pod #30180D

Tints of Brown Pod #30180D

Color information

#30180D (or 0x30180D) is unknown color: approx Brown Pod. HEX triplet: 30, 18 and 0D. RGB value is (48,24,13). Sum of RGB (Red+Green+Blue) = 48+24+13=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180D is #CFE7F2. Grayscale: #1D1D1D. Windows color (decimal): -13625331 or 858160. OLE color: 858160.

HSL color Cylindrical-coordinate representation of color #30180D: hue angle of 18.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30180D is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482413-
CMYK00.50.730.81
HSL18.86º57.38%11.96%-
HSV(B)18.86º72.92%18.82%-
XYZ1.621.310.55-
YUV29.92118.45140.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=56.47%
G=28.24%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48241300.50.730.8118.8657.3811.96
Hex3018D03249511339c
Octal603015062111121237114
Binary110000110001101011001010010011010001100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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