#382A1B

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

Shades of Cocoa Brown #382A1B

Tints of Cocoa Brown #382A1B

Color information

#382A1B (or 0x382A1B) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2A and 1B. RGB value is (56,42,27). Sum of RGB (Red+Green+Blue) = 56+42+27=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1B is #C7D5E4. Grayscale: #2C2C2C. Windows color (decimal): -13096421 or 1780280. OLE color: 1780280.

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

Color convert

RGB564227-
CMYK00.250.520.78
HSL31.03º34.94%16.27%-
HSV(B)31.03º51.79%21.96%-
XYZ2.662.581.39-
YUV44.48118.14136.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=44.8%
G=33.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56422700.250.520.7831.0334.9416.27
Hex382A1B019344E1f2310
Octal70523303164116374320
Binary1110001010101101101100111010010011101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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