#381D06

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

Shades of Cocoa Brown #381D06

Tints of Cocoa Brown #381D06

Color information

#381D06 (or 0x381D06) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 06. RGB value is (56,29,6). Sum of RGB (Red+Green+Blue) = 56+29+6=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D06 is #C7E2F9. Grayscale: #222222. Windows color (decimal): -13099770 or 400696. OLE color: 400696.

HSL color Cylindrical-coordinate representation of color #381D06: hue angle of 27.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381D06 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56296-
CMYK00.480.890.78
HSL27.6º80.65%12.16%-
HSV(B)27.6º89.29%21.96%-
XYZ2.11.730.4-
YUV34.45111.95143.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=61.54%
G=31.87%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629600.480.890.7827.680.6512.16
Hex381D6030594E1c51c
Octal703560601311163412114
Binary111000111011100110000101100110011101110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D06; }

 p { color: rgb(56,29,6); }

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

<style>
 a { background-color: #381D06; }

 a { background-color: rgb(56,29,6); }

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

<style>
 span { border-color: #381D06; }

 span { border-color: rgb(56,29,6); }

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