#301805

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

Shades of Cocoa Brown #301805

Tints of Cocoa Brown #301805

Color information

#301805 (or 0x301805) is unknown color: approx Cocoa Brown. HEX triplet: 30, 18 and 05. RGB value is (48,24,5). Sum of RGB (Red+Green+Blue) = 48+24+5=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301805 is #CFE7FA. Grayscale: #1D1D1D. Windows color (decimal): -13625339 or 333872. OLE color: 333872.

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

Color convert

RGB48245-
CMYK00.50.900.81
HSL26.51º81.13%10.39%-
HSV(B)26.51º89.58%18.82%-
XYZ1.571.290.31-
YUV29.01114.45141.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=62.34%
G=31.17%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824500.50.900.8126.5181.1310.39
Hex301850325A511b51a
Octal603050621321213312112
Binary110000110001010110010101101010100011101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301805; }

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

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

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

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

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

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

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

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