#382B1E

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

Shades of Cocoa Brown #382B1E

Tints of Cocoa Brown #382B1E

Color information

#382B1E (or 0x382B1E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2B and 1E. RGB value is (56,43,30). Sum of RGB (Red+Green+Blue) = 56+43+30=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B1E is #C7D4E1. Grayscale: #2D2D2D. Windows color (decimal): -13096162 or 1977144. OLE color: 1977144.

HSL color Cylindrical-coordinate representation of color #382B1E: hue angle of 30º 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 #382B1E is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB564330-
CMYK00.230.460.78
HSL30º30.23%16.86%-
HSV(B)30º46.43%21.96%-
XYZ2.732.661.6-
YUV45.4119.31135.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=43.41%
G=33.33%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433000.230.460.783030.2316.86
Hex382B1E0172E4E1e1e11
Octal70533602756116363621
Binary111000101011111100101111011101001110111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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