#382616

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

Shades of Cocoa Brown #382616

Tints of Cocoa Brown #382616

Color information

#382616 (or 0x382616) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 16. RGB value is (56,38,22). Sum of RGB (Red+Green+Blue) = 56+38+22=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382616 is #C7D9E9. Grayscale: #292929. Windows color (decimal): -13097450 or 1451576. OLE color: 1451576.

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

Color convert

RGB563822-
CMYK00.320.610.78
HSL28.24º43.59%15.29%-
HSV(B)28.24º60.71%21.96%-
XYZ2.472.281.07-
YUV41.56116.96138.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=48.28%
G=32.76%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56382200.320.610.7828.2443.5915.29
Hex3826160203D4E1c2cf
Octal70462604075116345417
Binary1110001001101011001000001111011001110111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382616; }

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

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

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

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

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

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

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

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