#301C0F

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

Shades of Cocoa Brown #301C0F

Tints of Cocoa Brown #301C0F

Color information

#301C0F (or 0x301C0F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 0F. RGB value is (48,28,15). Sum of RGB (Red+Green+Blue) = 48+28+15=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0F is #CFE3F0. Grayscale: #202020. Windows color (decimal): -13624305 or 990256. OLE color: 990256.

HSL color Cylindrical-coordinate representation of color #301C0F: hue angle of 23.64º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301C0F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB482815-
CMYK00.420.690.81
HSL23.64º52.38%12.35%-
HSV(B)23.64º68.75%18.82%-
XYZ1.721.490.65-
YUV32.5118.13139.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=52.75%
G=30.77%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48281500.420.690.8123.6452.3812.35
Hex301CF02A45511834c
Octal603417052105121306414
Binary110000111001111010101010001011010001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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