#342109

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

Shades of Cocoa Brown #342109

Tints of Cocoa Brown #342109

Color information

#342109 (or 0x342109) is unknown color: approx Cocoa Brown. HEX triplet: 34, 21 and 09. RGB value is (52,33,9). Sum of RGB (Red+Green+Blue) = 52+33+9=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #342109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342109 is #CBDEF6. Grayscale: #242424. Windows color (decimal): -13360887 or 598324. OLE color: 598324.

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

Color convert

RGB52339-
CMYK00.370.830.80
HSL33.49º70.49%11.96%-
HSV(B)33.49º82.69%20.39%-
XYZ2.011.840.51-
YUV35.94112.79139.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=55.32%
G=35.11%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5233900.370.830.8033.4970.4911.96
Hex3421902553502146c
Octal6441110451231204110614
Binary110100100001100101001011010011101000010000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342109; }

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

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

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

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

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

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

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

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