#301F0D

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

Shades of Cocoa Brown #301F0D

Tints of Cocoa Brown #301F0D

Color information

#301F0D (or 0x301F0D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 0D. RGB value is (48,31,13). Sum of RGB (Red+Green+Blue) = 48+31+13=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0D is #CFE0F2. Grayscale: #222222. Windows color (decimal): -13623539 or 859952. OLE color: 859952.

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

Color convert

RGB483113-
CMYK00.350.730.81
HSL30.86º57.38%11.96%-
HSV(B)30.86º72.92%18.82%-
XYZ1.781.640.6-
YUV34.03116.13137.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=52.17%
G=33.70%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48311300.350.730.8130.8657.3811.96
Hex301FD02349511f39c
Octal603715043111121377114
Binary110000111111101010001110010011010001111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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