#341D0D

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

Shades of Cocoa Brown #341D0D

Tints of Cocoa Brown #341D0D

Color information

#341D0D (or 0x341D0D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 0D. RGB value is (52,29,13). Sum of RGB (Red+Green+Blue) = 52+29+13=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D0D is #CBE2F2. Grayscale: #222222. Windows color (decimal): -13361907 or 859444. OLE color: 859444.

HSL color Cylindrical-coordinate representation of color #341D0D: hue angle of 24.62º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341D0D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB522913-
CMYK00.440.750.80
HSL24.62º60%12.75%-
HSV(B)24.62º75%20.39%-
XYZ1.931.640.6-
YUV34.05116.12140.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=55.32%
G=30.85%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52291300.440.750.8024.626012.75
Hex341DD02C4B50193cd
Octal643515054113120317415
Binary110100111011101010110010010111010000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,29,13); }

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

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

 a { background-color: rgb(52,29,13); }

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

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

 span { border-color: rgb(52,29,13); }

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