#342309

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

Shades of Cocoa Brown #342309

Tints of Cocoa Brown #342309

Color information

#342309 (or 0x342309) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 09. RGB value is (52,35,9). Sum of RGB (Red+Green+Blue) = 52+35+9=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #342309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342309 is #CBDCF6. Grayscale: #252525. Windows color (decimal): -13360375 or 598836. OLE color: 598836.

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

Color convert

RGB52359-
CMYK00.330.830.80
HSL36.28º70.49%11.96%-
HSV(B)36.28º82.69%20.39%-
XYZ2.071.950.53-
YUV37.12112.13138.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=54.17%
G=36.46%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5235900.330.830.8036.2870.4911.96
Hex3423902153502446c
Octal6443110411231204410614
Binary110100100011100101000011010011101000010010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342309; }

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

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

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

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

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

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

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

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