#382A1C

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

Shades of Cocoa Brown #382A1C

Tints of Cocoa Brown #382A1C

Color information

#382A1C (or 0x382A1C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2A and 1C. RGB value is (56,42,28). Sum of RGB (Red+Green+Blue) = 56+42+28=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1C is #C7D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13096420 or 1845816. OLE color: 1845816.

HSL color Cylindrical-coordinate representation of color #382A1C: hue angle of 30º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382A1C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB564228-
CMYK00.250.500.78
HSL30º33.33%16.47%-
HSV(B)30º50%21.96%-
XYZ2.672.581.46-
YUV44.59118.64136.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56422800.250.500.783033.3316.47
Hex382A1C019324E1e2110
Octal70523403162116364120
Binary1110001010101110001100111001010011101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382A1C; }

 p { color: rgb(56,42,28); }

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

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

 a { background-color: rgb(56,42,28); }

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

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

 span { border-color: rgb(56,42,28); }

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