#382818

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

Shades of Cocoa Brown #382818

Tints of Cocoa Brown #382818

Color information

#382818 (or 0x382818) is unknown color: approx Cocoa Brown. HEX triplet: 38, 28 and 18. RGB value is (56,40,24). Sum of RGB (Red+Green+Blue) = 56+40+24=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382818 is #C7D7E7. Grayscale: #2B2B2B. Windows color (decimal): -13096936 or 1583160. OLE color: 1583160.

HSL color Cylindrical-coordinate representation of color #382818: hue angle of 30º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382818 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB564024-
CMYK00.290.570.78
HSL30º40%15.69%-
HSV(B)30º57.14%21.96%-
XYZ2.552.421.2-
YUV42.96117.3137.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56402400.290.570.78304015.69
Hex38281801D394E1e2810
Octal70503003571116365020
Binary1110001010001100001110111100110011101111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382818; }

 p { color: rgb(56,40,24); }

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

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

 a { background-color: rgb(56,40,24); }

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

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

 span { border-color: rgb(56,40,24); }

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