#342116

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

Shades of Cocoa Brown #342116

Tints of Cocoa Brown #342116

Color information

#342116 (or 0x342116) is unknown color: approx Cocoa Brown. HEX triplet: 34, 21 and 16. RGB value is (52,33,22). Sum of RGB (Red+Green+Blue) = 52+33+22=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342116 is #CBDEE9. Grayscale: #252525. Windows color (decimal): -13360874 or 1450292. OLE color: 1450292.

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

Color convert

RGB523322-
CMYK00.370.580.80
HSL22º40.54%14.51%-
HSV(B)22º57.69%20.39%-
XYZ2.11.881.01-
YUV37.43119.29138.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=48.60%
G=30.84%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52332200.370.580.802240.5414.51
Hex3421160253A501629f
Octal64412604572120265117
Binary1101001000011011001001011110101010000101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342116; }

 p { color: rgb(52,33,22); }

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

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

 a { background-color: rgb(52,33,22); }

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

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

 span { border-color: rgb(52,33,22); }

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