#382414

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

Shades of Cocoa Brown #382414

Tints of Cocoa Brown #382414

Color information

#382414 (or 0x382414) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 14. RGB value is (56,36,20). Sum of RGB (Red+Green+Blue) = 56+36+20=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382414 is #C7DBEB. Grayscale: #282828. Windows color (decimal): -13097964 or 1319992. OLE color: 1319992.

HSL color Cylindrical-coordinate representation of color #382414: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382414 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB563620-
CMYK00.360.640.78
HSL26.67º47.37%14.9%-
HSV(B)26.67º64.29%21.96%-
XYZ2.392.150.95-
YUV40.16116.63139.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=50%
G=32.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56362000.360.640.7826.6747.3714.9
Hex382414024404E1b2ff
Octal704424044100116335717
Binary11100010010010100010010010000001001110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382414; }

 p { color: rgb(56,36,20); }

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

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

 a { background-color: rgb(56,36,20); }

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

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

 span { border-color: rgb(56,36,20); }

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