#341C04

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

Shades of Cocoa Brown #341C04

Tints of Cocoa Brown #341C04

Color information

#341C04 (or 0x341C04) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1C and 04. RGB value is (52,28,4). Sum of RGB (Red+Green+Blue) = 52+28+4=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C04 is #CBE3FB. Grayscale: #202020. Windows color (decimal): -13362172 or 269364. OLE color: 269364.

HSL color Cylindrical-coordinate representation of color #341C04: hue angle of 30º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341C04 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB52284-
CMYK00.460.920.80
HSL30º85.71%10.98%-
HSV(B)30º92.31%20.39%-
XYZ1.851.570.32-
YUV32.44111.95141.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=61.90%
G=33.33%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5228400.460.920.803085.7110.98
Hex341C402E5C501e56b
Octal643440561341203612613
Binary110100111001000101110101110010100001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341C04; }

 p { color: rgb(52,28,4); }

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

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

 a { background-color: rgb(52,28,4); }

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

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

 span { border-color: rgb(52,28,4); }

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