#382A1E

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

Shades of Cocoa Brown #382A1E

Tints of Cocoa Brown #382A1E

Color information

#382A1E (or 0x382A1E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2A and 1E. RGB value is (56,42,30). Sum of RGB (Red+Green+Blue) = 56+42+30=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1E is #C7D5E1. Grayscale: #2C2C2C. Windows color (decimal): -13096418 or 1976888. OLE color: 1976888.

HSL color Cylindrical-coordinate representation of color #382A1E: hue angle of 27.69º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382A1E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB564230-
CMYK00.250.460.78
HSL27.69º30.23%16.86%-
HSV(B)27.69º46.43%21.96%-
XYZ2.692.591.59-
YUV44.82119.64135.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=43.75%
G=32.81%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56423000.250.460.7827.6930.2316.86
Hex382A1E0192E4E1c1e11
Octal70523603156116343621
Binary111000101010111100110011011101001110111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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