#382814

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

Shades of Cocoa Brown #382814

Tints of Cocoa Brown #382814

Color information

#382814 (or 0x382814) is unknown color: approx Cocoa Brown. HEX triplet: 38, 28 and 14. RGB value is (56,40,20). Sum of RGB (Red+Green+Blue) = 56+40+20=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382814 is #C7D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13096940 or 1321016. OLE color: 1321016.

HSL color Cylindrical-coordinate representation of color #382814: hue angle of 33.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 #382814 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB564020-
CMYK00.290.640.78
HSL33.33º47.37%14.9%-
HSV(B)33.33º64.29%21.96%-
XYZ2.522.410.99-
YUV42.5115.3137.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=48.28%
G=34.48%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56402000.290.640.7833.3347.3714.9
Hex38281401D404E212ff
Octal705024035100116415717
Binary11100010100010100011101100000010011101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382814; }

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

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

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

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

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

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

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

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