#382819

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

Shades of Cocoa Brown #382819

Tints of Cocoa Brown #382819

Color information

#382819 (or 0x382819) is unknown color: approx Cocoa Brown. HEX triplet: 38, 28 and 19. RGB value is (56,40,25). Sum of RGB (Red+Green+Blue) = 56+40+25=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382819 is #C7D7E6. Grayscale: #2B2B2B. Windows color (decimal): -13096935 or 1648696. OLE color: 1648696.

HSL color Cylindrical-coordinate representation of color #382819: hue angle of 29.03º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382819 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB564025-
CMYK00.290.550.78
HSL29.03º38.27%15.88%-
HSV(B)29.03º55.36%21.96%-
XYZ2.572.431.25-
YUV43.07117.8137.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=46.28%
G=33.06%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56402500.290.550.7829.0338.2715.88
Hex38281901D374E1d2610
Octal70503103567116354620
Binary1110001010001100101110111011110011101110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382819; }

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

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

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

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

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

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

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

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