#382513

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

Shades of Cocoa Brown #382513

Tints of Cocoa Brown #382513

Color information

#382513 (or 0x382513) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 13. RGB value is (56,37,19). Sum of RGB (Red+Green+Blue) = 56+37+19=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382513 is #C7DAEC. Grayscale: #282828. Windows color (decimal): -13097709 or 1254712. OLE color: 1254712.

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

Color convert

RGB563719-
CMYK00.340.660.78
HSL29.19º49.33%14.71%-
HSV(B)29.19º66.07%21.96%-
XYZ2.412.210.92-
YUV40.63115.79138.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=50%
G=33.04%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56371900.340.660.7829.1949.3314.71
Hex382513022424E1d31f
Octal704523042102116356117
Binary11100010010110011010001010000101001110111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382513; }

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

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

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

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

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

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

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

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