#382615

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

Shades of Cocoa Brown #382615

Tints of Cocoa Brown #382615

Color information

#382615 (or 0x382615) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 15. RGB value is (56,38,21). Sum of RGB (Red+Green+Blue) = 56+38+21=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382615 is #C7D9EA. Grayscale: #292929. Windows color (decimal): -13097451 or 1386040. OLE color: 1386040.

HSL color Cylindrical-coordinate representation of color #382615: hue angle of 29.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382615 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB563821-
CMYK00.320.630.78
HSL29.14º45.45%15.1%-
HSV(B)29.14º62.5%21.96%-
XYZ2.462.281.02-
YUV41.44116.46138.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=48.70%
G=33.04%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56382100.320.630.7829.1445.4515.1
Hex3826150203F4E1d2df
Octal70462504077116355517
Binary1110001001101010101000001111111001110111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382615; }

 p { color: rgb(56,38,21); }

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

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

 a { background-color: rgb(56,38,21); }

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

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

 span { border-color: rgb(56,38,21); }

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