#301507

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

Shades of Brown Pod #301507

Tints of Brown Pod #301507

Color information

#301507 (or 0x301507) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 07. RGB value is (48,21,7). Sum of RGB (Red+Green+Blue) = 48+21+7=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301507 is #CFEAF8. Grayscale: #1B1B1B. Windows color (decimal): -13626105 or 464176. OLE color: 464176.

HSL color Cylindrical-coordinate representation of color #301507: hue angle of 20.49º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301507 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB48217-
CMYK00.560.850.81
HSL20.49º74.55%10.78%-
HSV(B)20.49º85.42%18.82%-
XYZ1.531.180.35-
YUV27.48116.45142.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=63.16%
G=27.63%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821700.560.850.8120.4974.5510.78
Hex301570385551144bb
Octal602570701251212411313
Binary110000101011110111000101010110100011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301507; }

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

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

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

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

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

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

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

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