#381F01

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

Shades of Cocoa Brown #381F01

Tints of Cocoa Brown #381F01

Color information

#381F01 (or 0x381F01) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1F and 01. RGB value is (56,31,1). Sum of RGB (Red+Green+Blue) = 56+31+1=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F01 is #C7E0FE. Grayscale: #232323. Windows color (decimal): -13099263 or 73528. OLE color: 73528.

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

Color convert

RGB56311-
CMYK00.450.980.78
HSL32.73º96.49%11.18%-
HSV(B)32.73º98.21%21.96%-
XYZ2.131.820.27-
YUV35.06108.78142.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=63.64%
G=35.23%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631100.450.980.7832.7396.4911.18
Hex381F102D624E2160b
Octal703710551421164114013
Binary11100011111101011011100010100111010000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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