#382712

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

Shades of Cocoa Brown #382712

Tints of Cocoa Brown #382712

Color information

#382712 (or 0x382712) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 12. RGB value is (56,39,18). Sum of RGB (Red+Green+Blue) = 56+39+18=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382712 is #C7D8ED. Grayscale: #292929. Windows color (decimal): -13097198 or 1189688. OLE color: 1189688.

HSL color Cylindrical-coordinate representation of color #382712: hue angle of 33.16º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382712 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB563918-
CMYK00.300.680.78
HSL33.16º51.35%14.51%-
HSV(B)33.16º67.86%21.96%-
XYZ2.472.340.89-
YUV41.69114.63138.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=49.56%
G=34.51%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391800.300.680.7833.1651.3514.51
Hex38271201E444E2133f
Octal704722036104116416317
Binary11100010011110010011110100010010011101000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382712; }

 p { color: rgb(56,39,18); }

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

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

 a { background-color: rgb(56,39,18); }

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

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

 span { border-color: rgb(56,39,18); }

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