#301C05

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

Shades of Cocoa Brown #301C05

Tints of Cocoa Brown #301C05

Color information

#301C05 (or 0x301C05) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 05. RGB value is (48,28,5). Sum of RGB (Red+Green+Blue) = 48+28+5=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C05 is #CFE3FA. Grayscale: #1F1F1F. Windows color (decimal): -13624315 or 334896. OLE color: 334896.

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

Color convert

RGB48285-
CMYK00.420.900.81
HSL32.09º81.13%10.39%-
HSV(B)32.09º89.58%18.82%-
XYZ1.661.470.34-
YUV31.36113.13139.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=59.26%
G=34.57%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4828500.420.900.8132.0981.1310.39
Hex301C502A5A512051a
Octal603450521321214012112
Binary1100001110010101010101011010101000110000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C05; }

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

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

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

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

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

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

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

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