#381E0A

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

Shades of Cocoa Brown #381E0A

Tints of Cocoa Brown #381E0A

Color information

#381E0A (or 0x381E0A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1E and 0A. RGB value is (56,30,10). Sum of RGB (Red+Green+Blue) = 56+30+10=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0A is #C7E1F5. Grayscale: #232323. Windows color (decimal): -13099510 or 663096. OLE color: 663096.

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

Color convert

RGB563010-
CMYK00.460.820.78
HSL26.09º69.7%12.94%-
HSV(B)26.09º82.14%21.96%-
XYZ2.151.790.52-
YUV35.49113.61142.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=58.33%
G=31.25%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301000.460.820.7826.0969.712.94
Hex381EA02E524E1a46d
Octal7036120561221163210615
Binary1110001111010100101110101001010011101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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