#382518

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

Shades of Cocoa Brown #382518

Tints of Cocoa Brown #382518

Color information

#382518 (or 0x382518) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 18. RGB value is (56,37,24). Sum of RGB (Red+Green+Blue) = 56+37+24=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382518 is #C7DAE7. Grayscale: #292929. Windows color (decimal): -13097704 or 1582392. OLE color: 1582392.

HSL color Cylindrical-coordinate representation of color #382518: hue angle of 24.38º 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 #382518 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB563724-
CMYK00.340.570.78
HSL24.38º40%15.69%-
HSV(B)24.38º57.14%21.96%-
XYZ2.462.231.17-
YUV41.2118.29138.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=47.86%
G=31.62%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372400.340.570.7824.384015.69
Hex382518022394E182810
Octal70453004271116305020
Binary11100010010111000010001011100110011101100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382518; }

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

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

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

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

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

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

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

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