#341A05

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

Shades of Cocoa Brown #341A05

Tints of Cocoa Brown #341A05

Color information

#341A05 (or 0x341A05) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1A and 05. RGB value is (52,26,5). Sum of RGB (Red+Green+Blue) = 52+26+5=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A05 is #CBE5FA. Grayscale: #1F1F1F. Windows color (decimal): -13362683 or 334388. OLE color: 334388.

HSL color Cylindrical-coordinate representation of color #341A05: hue angle of 26.81º 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 #341A05 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52265-
CMYK00.500.900.80
HSL26.81º82.46%11.18%-
HSV(B)26.81º90.38%20.39%-
XYZ1.811.480.33-
YUV31.38113.11142.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=62.65%
G=31.33%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5226500.500.900.8026.8182.4611.18
Hex341A50325A501b52b
Octal643250621321203312213
Binary110100110101010110010101101010100001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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