#301D10

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

Shades of Cocoa Brown #301D10

Tints of Cocoa Brown #301D10

Color information

#301D10 (or 0x301D10) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 10. RGB value is (48,29,16). Sum of RGB (Red+Green+Blue) = 48+29+16=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D10 is #CFE2EF. Grayscale: #212121. Windows color (decimal): -13624048 or 1056048. OLE color: 1056048.

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

Color convert

RGB482916-
CMYK00.400.670.81
HSL24.38º50%12.55%-
HSV(B)24.38º66.67%18.82%-
XYZ1.751.540.7-
YUV33.2118.29138.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=51.61%
G=31.18%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48291600.400.670.8124.385012.55
Hex301D1002843511832d
Octal603520050103121306215
Binary1100001110110000010100010000111010001110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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