#381F0D

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

Shades of Cocoa Brown #381F0D

Tints of Cocoa Brown #381F0D

Color information

#381F0D (or 0x381F0D) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1F and 0D. RGB value is (56,31,13). Sum of RGB (Red+Green+Blue) = 56+31+13=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0D is #C7E0F2. Grayscale: #242424. Windows color (decimal): -13099251 or 859960. OLE color: 859960.

HSL color Cylindrical-coordinate representation of color #381F0D: hue angle of 25.12º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381F0D is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB563113-
CMYK00.450.770.78
HSL25.12º62.32%13.53%-
HSV(B)25.12º76.79%21.96%-
XYZ2.191.850.62-
YUV36.42114.78141.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 13 (5.47% from 255) = 13%
R=56%
G=31%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56311300.450.770.7825.1262.3213.53
Hex381FD02D4D4E193ee
Octal703715055115116317616
Binary111000111111101010110110011011001110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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