#382612

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

Shades of Cocoa Brown #382612

Tints of Cocoa Brown #382612

Color information

#382612 (or 0x382612) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 12. RGB value is (56,38,18). Sum of RGB (Red+Green+Blue) = 56+38+18=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382612 is #C7D9ED. Grayscale: #292929. Windows color (decimal): -13097454 or 1189432. OLE color: 1189432.

HSL color Cylindrical-coordinate representation of color #382612: hue angle of 31.58º 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 #382612 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB563818-
CMYK00.320.680.78
HSL31.58º51.35%14.51%-
HSV(B)31.58º67.86%21.96%-
XYZ2.432.270.88-
YUV41.1114.96138.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=50%
G=33.93%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56381800.320.680.7831.5851.3514.51
Hex382612020444E2033f
Octal704622040104116406317
Binary111000100110100100100000100010010011101000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382612; }

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

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

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

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

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

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

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

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