#30180A

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

Shades of Brown Pod #30180A

Tints of Brown Pod #30180A

Color information

#30180A (or 0x30180A) is unknown color: approx Brown Pod. HEX triplet: 30, 18 and 0A. RGB value is (48,24,10). Sum of RGB (Red+Green+Blue) = 48+24+10=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180A is #CFE7F5. Grayscale: #1D1D1D. Windows color (decimal): -13625334 or 661552. OLE color: 661552.

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

Color convert

RGB482410-
CMYK00.50.790.81
HSL22.11º65.52%11.37%-
HSV(B)22.11º79.17%18.82%-
XYZ1.61.30.45-
YUV29.58116.95141.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=58.54%
G=29.27%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48241000.50.790.8122.1165.5211.37
Hex3018A0324F511642b
Octal6030120621171212610213
Binary1100001100010100110010100111110100011011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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