#342410

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

Shades of Cocoa Brown #342410

Tints of Cocoa Brown #342410

Color information

#342410 (or 0x342410) is unknown color: approx Cocoa Brown. HEX triplet: 34, 24 and 10. RGB value is (52,36,16). Sum of RGB (Red+Green+Blue) = 52+36+16=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342410 is #CBDBEF. Grayscale: #262626. Windows color (decimal): -13360112 or 1057844. OLE color: 1057844.

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

Color convert

RGB523616-
CMYK00.310.690.80
HSL33.33º52.94%13.33%-
HSV(B)33.33º69.23%20.39%-
XYZ2.142.030.77-
YUV38.5115.3137.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=50%
G=34.62%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52361600.310.690.8033.3352.9413.33
Hex34241001F45502135d
Octal644420037105120416515
Binary11010010010010000011111100010110100001000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342410; }

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

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

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

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

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

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

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

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