#301905

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

Shades of Cocoa Brown #301905

Tints of Cocoa Brown #301905

Color information

#301905 (or 0x301905) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 05. RGB value is (48,25,5). Sum of RGB (Red+Green+Blue) = 48+25+5=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301905 is #CFE6FA. Grayscale: #1D1D1D. Windows color (decimal): -13625083 or 334128. OLE color: 334128.

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

Color convert

RGB48255-
CMYK00.480.900.81
HSL27.91º81.13%10.39%-
HSV(B)27.91º89.58%18.82%-
XYZ1.591.330.32-
YUV29.6114.12141.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=61.54%
G=32.05%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825500.480.900.8127.9181.1310.39
Hex301950305A511c51a
Octal603150601321213412112
Binary110000110011010110000101101010100011110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301905; }

 p { color: rgb(48,25,5); }

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

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

 a { background-color: rgb(48,25,5); }

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

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

 span { border-color: rgb(48,25,5); }

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