#342312

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

Shades of Cocoa Brown #342312

Tints of Cocoa Brown #342312

Color information

#342312 (or 0x342312) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 12. RGB value is (52,35,18). Sum of RGB (Red+Green+Blue) = 52+35+18=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342312 is #CBDCED. Grayscale: #262626. Windows color (decimal): -13360366 or 1188660. OLE color: 1188660.

HSL color Cylindrical-coordinate representation of color #342312: hue angle of 30º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342312 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB523518-
CMYK00.330.650.80
HSL30º48.57%13.73%-
HSV(B)30º65.38%20.39%-
XYZ2.131.980.84-
YUV38.14116.63137.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=49.52%
G=33.33%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52351800.330.650.803048.5713.73
Hex34231202141501e31e
Octal644322041101120366116
Binary11010010001110010010000110000011010000111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342312; }

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

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

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

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

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

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

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

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