#342411

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

Shades of Cocoa Brown #342411

Tints of Cocoa Brown #342411

Color information

#342411 (or 0x342411) is unknown color: approx Cocoa Brown. HEX triplet: 34, 24 and 11. RGB value is (52,36,17). Sum of RGB (Red+Green+Blue) = 52+36+17=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342411 is #CBDBEE. Grayscale: #262626. Windows color (decimal): -13360111 or 1123380. OLE color: 1123380.

HSL color Cylindrical-coordinate representation of color #342411: hue angle of 32.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342411 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB523617-
CMYK00.310.670.80
HSL32.57º50.72%13.53%-
HSV(B)32.57º67.31%20.39%-
XYZ2.152.030.81-
YUV38.62115.8137.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=49.52%
G=34.29%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52361700.310.670.8032.5750.7213.53
Hex34241101F43502133e
Octal644421037103120416316
Binary11010010010010001011111100001110100001000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342411; }

 p { color: rgb(52,36,17); }

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

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

 a { background-color: rgb(52,36,17); }

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

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

 span { border-color: rgb(52,36,17); }

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