#382A1D

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

Shades of Cocoa Brown #382A1D

Tints of Cocoa Brown #382A1D

Color information

#382A1D (or 0x382A1D) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2A and 1D. RGB value is (56,42,29). Sum of RGB (Red+Green+Blue) = 56+42+29=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1D is #C7D5E2. Grayscale: #2C2C2C. Windows color (decimal): -13096419 or 1911352. OLE color: 1911352.

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

Color convert

RGB564229-
CMYK00.250.480.78
HSL28.89º31.76%16.67%-
HSV(B)28.89º48.21%21.96%-
XYZ2.682.591.52-
YUV44.7119.14136.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=44.09%
G=33.07%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56422900.250.480.7828.8931.7616.67
Hex382A1D019304E1d2011
Octal70523503160116354021
Binary1110001010101110101100111000010011101110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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