#382A1A

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

Shades of Cocoa Brown #382A1A

Tints of Cocoa Brown #382A1A

Color information

#382A1A (or 0x382A1A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 2A and 1A. RGB value is (56,42,26). Sum of RGB (Red+Green+Blue) = 56+42+26=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1A is #C7D5E5. Grayscale: #2C2C2C. Windows color (decimal): -13096422 or 1714744. OLE color: 1714744.

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

Color convert

RGB564226-
CMYK00.250.540.78
HSL32º36.59%16.08%-
HSV(B)32º53.57%21.96%-
XYZ2.652.571.33-
YUV44.36117.64136.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=45.16%
G=33.87%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56422600.250.540.783236.5916.08
Hex382A1A019364E202510
Octal70523203166116404520
Binary11100010101011010011001110110100111010000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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