#381E01

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

Shades of Cocoa Brown #381E01

Tints of Cocoa Brown #381E01

Color information

#381E01 (or 0x381E01) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1E and 01. RGB value is (56,30,1). Sum of RGB (Red+Green+Blue) = 56+30+1=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E01 is #C7E1FE. Grayscale: #222222. Windows color (decimal): -13099519 or 73272. OLE color: 73272.

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

Color convert

RGB56301-
CMYK00.460.980.78
HSL31.64º96.49%11.18%-
HSV(B)31.64º98.21%21.96%-
XYZ2.11.770.26-
YUV34.47109.11143.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=64.37%
G=34.48%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5630100.460.980.7831.6496.4911.18
Hex381E102E624E2060b
Octal703610561421164014013
Binary11100011110101011101100010100111010000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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