#342517

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

Shades of Cocoa Brown #342517

Tints of Cocoa Brown #342517

Color information

#342517 (or 0x342517) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 17. RGB value is (52,37,23). Sum of RGB (Red+Green+Blue) = 52+37+23=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342517 is #CBDAE8. Grayscale: #272727. Windows color (decimal): -13359849 or 1516852. OLE color: 1516852.

HSL color Cylindrical-coordinate representation of color #342517: hue angle of 28.97º 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 #342517 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB523723-
CMYK00.290.560.80
HSL28.97º38.67%14.71%-
HSV(B)28.97º55.77%20.39%-
XYZ2.232.121.1-
YUV39.89118.47136.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=46.43%
G=33.04%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52372300.290.560.8028.9738.6714.71
Hex34251701D38501d27f
Octal64452703570120354717
Binary110100100101101110111011110001010000111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342517; }

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

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

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

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

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

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

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

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