#301601

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

Shades of Cocoa Brown #301601

Tints of Cocoa Brown #301601

Color information

#301601 (or 0x301601) is unknown color: approx Cocoa Brown. HEX triplet: 30, 16 and 01. RGB value is (48,22,1). Sum of RGB (Red+Green+Blue) = 48+22+1=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301601 is #CFE9FE. Grayscale: #1B1B1B. Windows color (decimal): -13625855 or 71216. OLE color: 71216.

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

Color convert

RGB48221-
CMYK00.540.980.81
HSL26.81º95.92%9.61%-
HSV(B)26.81º97.92%18.82%-
XYZ1.511.20.18-
YUV27.38113.11142.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=67.61%
G=30.99%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822100.540.980.8126.8195.929.61
Hex3016103662511b60a
Octal602610661421213314012
Binary1100001011010110110110001010100011101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301601; }

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

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

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

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

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

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

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

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