#341B00

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

Shades of Cocoa Brown #341B00

Tints of Cocoa Brown #341B00

Color information

#341B00 (or 0x341B00) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1B and 00. RGB value is (52,27,0). Sum of RGB (Red+Green+Blue) = 52+27+0=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B00 is #CBE4FF. Grayscale: #1F1F1F. Windows color (decimal): -13362432 or 6964. OLE color: 6964.

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

Color convert

RGB52270-
CMYK00.4810.80
HSL31.15º100%10.2%-
HSV(B)31.15º100%20.39%-
XYZ1.811.510.2-
YUV31.4110.28142.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.82%
G=34.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5227000.4810.8031.1510010.2
Hex341B003064501f64a
Octal643300601441203714412
Binary1101001101100110000110010010100001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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