#342617

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

Shades of Cocoa Brown #342617

Tints of Cocoa Brown #342617

Color information

#342617 (or 0x342617) is unknown color: approx Cocoa Brown. HEX triplet: 34, 26 and 17. RGB value is (52,38,23). Sum of RGB (Red+Green+Blue) = 52+38+23=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342617 is #CBD9E8. Grayscale: #282828. Windows color (decimal): -13359593 or 1517108. OLE color: 1517108.

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

Color convert

RGB523823-
CMYK00.270.560.80
HSL31.03º38.67%14.71%-
HSV(B)31.03º55.77%20.39%-
XYZ2.262.181.11-
YUV40.48118.14136.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=46.02%
G=33.63%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52382300.270.560.8031.0338.6714.71
Hex34261701B38501f27f
Octal64462703370120374717
Binary110100100110101110110111110001010000111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342617; }

 p { color: rgb(52,38,23); }

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

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

 a { background-color: rgb(52,38,23); }

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

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

 span { border-color: rgb(52,38,23); }

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