#322618

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

Shades of Cocoa Brown #322618

Tints of Cocoa Brown #322618

Color information

#322618 (or 0x322618) is unknown color: approx Cocoa Brown. HEX triplet: 32, 26 and 18. RGB value is (50,38,24). Sum of RGB (Red+Green+Blue) = 50+38+24=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #322618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322618 is #CDD9E7. Grayscale: #282828. Windows color (decimal): -13490664 or 1582642. OLE color: 1582642.

HSL color Cylindrical-coordinate representation of color #322618: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322618 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB503824-
CMYK00.240.520.80
HSL32.31º35.14%14.51%-
HSV(B)32.31º52%19.61%-
XYZ2.172.131.16-
YUV39.99118.98135.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=44.64%
G=33.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50382400.240.520.8032.3135.1414.51
Hex32261801834502023f
Octal62463003064120404317
Binary1100101001101100001100011010010100001000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322618; }

 p { color: rgb(50,38,24); }

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

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

 a { background-color: rgb(50,38,24); }

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

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

 span { border-color: rgb(50,38,24); }

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