#382716

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

Shades of Cocoa Brown #382716

Tints of Cocoa Brown #382716

Color information

#382716 (or 0x382716) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 16. RGB value is (56,39,22). Sum of RGB (Red+Green+Blue) = 56+39+22=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382716 is #C7D8E9. Grayscale: #2A2A2A. Windows color (decimal): -13097194 or 1451832. OLE color: 1451832.

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

Color convert

RGB563922-
CMYK00.300.610.78
HSL30º43.59%15.29%-
HSV(B)30º60.71%21.96%-
XYZ2.52.351.08-
YUV42.14116.63137.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=47.86%
G=33.33%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392200.300.610.783043.5915.29
Hex38271601E3D4E1e2cf
Octal70472603675116365417
Binary111000100111101100111101111011001110111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382716; }

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

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

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

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

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

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

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

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