#342205

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

Shades of Cocoa Brown #342205

Tints of Cocoa Brown #342205

Color information

#342205 (or 0x342205) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 05. RGB value is (52,34,5). Sum of RGB (Red+Green+Blue) = 52+34+5=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #342205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342205 is #CBDDFA. Grayscale: #242424. Windows color (decimal): -13360635 or 336436. OLE color: 336436.

HSL color Cylindrical-coordinate representation of color #342205: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #342205 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52345-
CMYK00.350.900.80
HSL37.02º82.46%11.18%-
HSV(B)37.02º90.38%20.39%-
XYZ2.021.890.4-
YUV36.08110.46139.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=57.14%
G=37.36%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5234500.350.900.8037.0282.4611.18
Hex342250235A502552b
Octal644250431321204512213
Binary11010010001010101000111011010101000010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342205; }

 p { color: rgb(52,34,5); }

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

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

 a { background-color: rgb(52,34,5); }

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

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

 span { border-color: rgb(52,34,5); }

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