#301401

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

Shades of Brown Pod #301401

Tints of Brown Pod #301401

Color information

#301401 (or 0x301401) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 01. RGB value is (48,20,1). Sum of RGB (Red+Green+Blue) = 48+20+1=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301401 is #CFEBFE. Grayscale: #1A1A1A. Windows color (decimal): -13626367 or 70704. OLE color: 70704.

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

Color convert

RGB48201-
CMYK00.580.980.81
HSL24.26º95.92%9.61%-
HSV(B)24.26º97.92%18.82%-
XYZ1.471.130.17-
YUV26.21113.78143.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=69.57%
G=28.99%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820100.580.980.8124.2695.929.61
Hex3014103A62511860a
Octal602410721421213014012
Binary1100001010010111010110001010100011100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301401; }

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

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

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

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

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

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

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

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