#381E00

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

Shades of Cocoa Brown #381E00

Tints of Cocoa Brown #381E00

Color information

#381E00 (or 0x381E00) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1E and 00. RGB value is (56,30,0). Sum of RGB (Red+Green+Blue) = 56+30+0=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E00 is #C7E1FF. Grayscale: #222222. Windows color (decimal): -13099520 or 7736. OLE color: 7736.

HSL color Cylindrical-coordinate representation of color #381E00: hue angle of 32.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB56300-
CMYK00.4610.78
HSL32.14º100%10.98%-
HSV(B)32.14º100%21.96%-
XYZ2.11.770.23-
YUV34.35108.61143.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.12%
G=34.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5630000.4610.7832.1410010.98
Hex381E002E644E2064b
Octal703600561441164014413
Binary11100011110001011101100100100111010000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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