#301D0D

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

Shades of Cocoa Brown #301D0D

Tints of Cocoa Brown #301D0D

Color information

#301D0D (or 0x301D0D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 0D. RGB value is (48,29,13). Sum of RGB (Red+Green+Blue) = 48+29+13=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0D is #CFE2F2. Grayscale: #202020. Windows color (decimal): -13624051 or 859440. OLE color: 859440.

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

Color convert

RGB482913-
CMYK00.400.730.81
HSL27.43º57.38%11.96%-
HSV(B)27.43º72.92%18.82%-
XYZ1.731.540.59-
YUV32.86116.79138.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=53.33%
G=32.22%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48291300.400.730.8127.4357.3811.96
Hex301DD02849511b39c
Octal603515050111121337114
Binary110000111011101010100010010011010001110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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