#382B20

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

Shades of Cocoa Brown #382B20

Tints of Cocoa Brown #382B20

Color information

#382B20 (or 0x382B20) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2B and 20. RGB value is (56,43,32). Sum of RGB (Red+Green+Blue) = 56+43+32=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B20 is #C7D4DF. Grayscale: #2D2D2D. Windows color (decimal): -13096160 or 2108216. OLE color: 2108216.

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

Color convert

RGB564332-
CMYK00.230.430.78
HSL27.5º27.27%17.25%-
HSV(B)27.5º42.86%21.96%-
XYZ2.762.671.74-
YUV45.63120.31135.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=42.75%
G=32.82%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433200.230.430.7827.527.2717.25
Hex382B200172B4E1c1b11
Octal70534002753116343321
Binary1110001010111000000101111010111001110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,32); }

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

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

 a { background-color: rgb(56,43,32); }

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

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

 span { border-color: rgb(56,43,32); }

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