#32230C

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

Shades of Cocoa Brown #32230C

Tints of Cocoa Brown #32230C

Color information

#32230C (or 0x32230C) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 0C. RGB value is (50,35,12). Sum of RGB (Red+Green+Blue) = 50+35+12=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #32230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32230C is #CDDCF3. Grayscale: #242424. Windows color (decimal): -13491444 or 795442. OLE color: 795442.

HSL color Cylindrical-coordinate representation of color #32230C: hue angle of 36.32º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32230C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB503512-
CMYK00.300.760.80
HSL36.32º61.29%12.16%-
HSV(B)36.32º76%19.61%-
XYZ1.981.910.61-
YUV36.86113.97137.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=51.55%
G=36.08%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50351200.300.760.8036.3261.2912.16
Hex3223C01E4C50243dc
Octal624314036114120447514
Binary1100101000111100011110100110010100001001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32230C; }

 p { color: rgb(50,35,12); }

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

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

 a { background-color: rgb(50,35,12); }

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

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

 span { border-color: rgb(50,35,12); }

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