#301201

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

Shades of Brown Pod #301201

Tints of Brown Pod #301201

Color information

#301201 (or 0x301201) is unknown color: approx Brown Pod. HEX triplet: 30, 12 and 01. RGB value is (48,18,1). Sum of RGB (Red+Green+Blue) = 48+18+1=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #301201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301201 is #CFEDFE. Grayscale: #191919. Windows color (decimal): -13626879 or 70192. OLE color: 70192.

HSL color Cylindrical-coordinate representation of color #301201: hue angle of 21.7º 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 #301201 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB48181-
CMYK00.630.980.81
HSL21.7º95.92%9.61%-
HSV(B)21.7º97.92%18.82%-
XYZ1.441.060.16-
YUV25.03114.44144.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=71.64%
G=26.87%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818100.630.980.8121.795.929.61
Hex3012103F62511660a
Octal602210771421212614012
Binary1100001001010111111110001010100011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301201; }

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

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

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

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

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

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

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

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