#382B21

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

Shades of Cocoa Brown #382B21

Tints of Cocoa Brown #382B21

Color information

#382B21 (or 0x382B21) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2B and 21. RGB value is (56,43,33). Sum of RGB (Red+Green+Blue) = 56+43+33=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B21 is #C7D4DE. Grayscale: #2D2D2D. Windows color (decimal): -13096159 or 2173752. OLE color: 2173752.

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

Color convert

RGB564333-
CMYK00.230.410.78
HSL26.09º25.84%17.45%-
HSV(B)26.09º41.07%21.96%-
XYZ2.772.681.81-
YUV45.75120.81135.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 33 (13.28% from 255) = 25%
R=42.42%
G=32.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433300.230.410.7826.0925.8417.45
Hex382B21017294E1a1a11
Octal70534102751116323221
Binary1110001010111000010101111010011001110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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