#30150A

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

Shades of Brown Pod #30150A

Tints of Brown Pod #30150A

Color information

#30150A (or 0x30150A) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 0A. RGB value is (48,21,10). Sum of RGB (Red+Green+Blue) = 48+21+10=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150A is #CFEAF5. Grayscale: #1B1B1B. Windows color (decimal): -13626102 or 660784. OLE color: 660784.

HSL color Cylindrical-coordinate representation of color #30150A: hue angle of 17.37º 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 #30150A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB482110-
CMYK00.560.790.81
HSL17.37º65.52%11.37%-
HSV(B)17.37º79.17%18.82%-
XYZ1.541.190.43-
YUV27.82117.95142.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=60.76%
G=26.58%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211000.560.790.8117.3765.5211.37
Hex3015A0384F511142b
Octal6025120701171212110213
Binary1100001010110100111000100111110100011000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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