#301D11

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

Shades of Cocoa Brown #301D11

Tints of Cocoa Brown #301D11

Color information

#301D11 (or 0x301D11) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 11. RGB value is (48,29,17). Sum of RGB (Red+Green+Blue) = 48+29+17=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D11 is #CFE2EE. Grayscale: #212121. Windows color (decimal): -13624047 or 1121584. OLE color: 1121584.

HSL color Cylindrical-coordinate representation of color #301D11: hue angle of 23.23º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301D11 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB482917-
CMYK00.400.650.81
HSL23.23º47.69%12.75%-
HSV(B)23.23º64.58%18.82%-
XYZ1.761.550.74-
YUV33.31118.79138.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=51.06%
G=30.85%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48291700.400.650.8123.2347.6912.75
Hex301D1102841511730d
Octal603521050101121276015
Binary1100001110110001010100010000011010001101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,17); }

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

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

 a { background-color: rgb(48,29,17); }

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

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

 span { border-color: rgb(48,29,17); }

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