#381E04

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

Shades of Cocoa Brown #381E04

Tints of Cocoa Brown #381E04

Color information

#381E04 (or 0x381E04) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1E and 04. RGB value is (56,30,4). Sum of RGB (Red+Green+Blue) = 56+30+4=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E04 is #C7E1FB. Grayscale: #222222. Windows color (decimal): -13099516 or 269880. OLE color: 269880.

HSL color Cylindrical-coordinate representation of color #381E04: hue angle of 30º 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 #381E04 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56304-
CMYK00.460.930.78
HSL30º86.67%11.76%-
HSV(B)30º92.86%21.96%-
XYZ2.121.780.35-
YUV34.81110.61143.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=62.22%
G=33.33%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5630400.460.930.783086.6711.76
Hex381E402E5D4E1e57c
Octal703640561351163612714
Binary111000111101000101110101110110011101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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