#301404

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

Shades of Brown Pod #301404

Tints of Brown Pod #301404

Color information

#301404 (or 0x301404) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 04. RGB value is (48,20,4). Sum of RGB (Red+Green+Blue) = 48+20+4=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301404 is #CFEBFB. Grayscale: #1A1A1A. Windows color (decimal): -13626364 or 267312. OLE color: 267312.

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

Color convert

RGB48204-
CMYK00.580.920.81
HSL21.82º84.62%10.2%-
HSV(B)21.82º91.67%18.82%-
XYZ1.491.140.26-
YUV26.55115.28143.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820400.580.920.8121.8284.6210.2
Hex3014403A5C511655a
Octal602440721341212612512
Binary110000101001000111010101110010100011011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301404; }

 p { color: rgb(48,20,4); }

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

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

 a { background-color: rgb(48,20,4); }

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

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

 span { border-color: rgb(48,20,4); }

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