#382514

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

Shades of Cocoa Brown #382514

Tints of Cocoa Brown #382514

Color information

#382514 (or 0x382514) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 14. RGB value is (56,37,20). Sum of RGB (Red+Green+Blue) = 56+37+20=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382514 is #C7DAEB. Grayscale: #282828. Windows color (decimal): -13097708 or 1320248. OLE color: 1320248.

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

Color convert

RGB563720-
CMYK00.340.640.78
HSL28.33º47.37%14.9%-
HSV(B)28.33º64.29%21.96%-
XYZ2.422.210.96-
YUV40.74116.29138.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=49.56%
G=32.74%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372000.340.640.7828.3347.3714.9
Hex382514022404E1c2ff
Octal704524042100116345717
Binary11100010010110100010001010000001001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382514; }

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

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

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

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

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

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

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

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