#382516

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

Shades of Cocoa Brown #382516

Tints of Cocoa Brown #382516

Color information

#382516 (or 0x382516) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 16. RGB value is (56,37,22). Sum of RGB (Red+Green+Blue) = 56+37+22=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382516 is #C7DAE9. Grayscale: #292929. Windows color (decimal): -13097706 or 1451320. OLE color: 1451320.

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

Color convert

RGB563722-
CMYK00.340.610.78
HSL26.47º43.59%15.29%-
HSV(B)26.47º60.71%21.96%-
XYZ2.442.221.06-
YUV40.97117.29138.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=48.70%
G=32.17%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372200.340.610.7826.4743.5915.29
Hex3825160223D4E1a2cf
Octal70452604275116325417
Binary1110001001011011001000101111011001110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382516; }

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

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

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

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

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

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

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

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