#381D04

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

Shades of Cocoa Brown #381D04

Tints of Cocoa Brown #381D04

Color information

#381D04 (or 0x381D04) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 04. RGB value is (56,29,4). Sum of RGB (Red+Green+Blue) = 56+29+4=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D04 is #C7E2FB. Grayscale: #222222. Windows color (decimal): -13099772 or 269624. OLE color: 269624.

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

Color convert

RGB56294-
CMYK00.480.930.78
HSL28.85º86.67%11.76%-
HSV(B)28.85º92.86%21.96%-
XYZ2.091.730.34-
YUV34.22110.95143.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=62.92%
G=32.58%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629400.480.930.7828.8586.6711.76
Hex381D40305D4E1d57c
Octal703540601351163512714
Binary111000111011000110000101110110011101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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