#382515

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

Shades of Cocoa Brown #382515

Tints of Cocoa Brown #382515

Color information

#382515 (or 0x382515) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 15. RGB value is (56,37,21). Sum of RGB (Red+Green+Blue) = 56+37+21=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382515 is #C7DAEA. Grayscale: #282828. Windows color (decimal): -13097707 or 1385784. OLE color: 1385784.

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

Color convert

RGB563721-
CMYK00.340.630.78
HSL27.43º45.45%15.1%-
HSV(B)27.43º62.5%21.96%-
XYZ2.432.221.01-
YUV40.86116.79138.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=49.12%
G=32.46%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372100.340.630.7827.4345.4515.1
Hex3825150223F4E1b2df
Octal70452504277116335517
Binary1110001001011010101000101111111001110110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382515; }

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

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

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

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

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

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

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

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