#341B09

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

Shades of Cocoa Brown #341B09

Tints of Cocoa Brown #341B09

Color information

#341B09 (or 0x341B09) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1B and 09. RGB value is (52,27,9). Sum of RGB (Red+Green+Blue) = 52+27+9=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B09 is #CBE4F6. Grayscale: #202020. Windows color (decimal): -13362423 or 596788. OLE color: 596788.

HSL color Cylindrical-coordinate representation of color #341B09: hue angle of 25.12º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341B09 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB52279-
CMYK00.480.830.80
HSL25.12º70.49%11.96%-
HSV(B)25.12º82.69%20.39%-
XYZ1.861.530.46-
YUV32.42114.78141.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=59.09%
G=30.68%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5227900.480.830.8025.1270.4911.96
Hex341B903053501946c
Octal6433110601231203110614
Binary1101001101110010110000101001110100001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,9); }

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

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

 a { background-color: rgb(52,27,9); }

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

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

 span { border-color: rgb(52,27,9); }

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