#341F0F

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

Shades of Cocoa Brown #341F0F

Tints of Cocoa Brown #341F0F

Color information

#341F0F (or 0x341F0F) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1F and 0F. RGB value is (52,31,15). Sum of RGB (Red+Green+Blue) = 52+31+15=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0F is #CBE0F0. Grayscale: #232323. Windows color (decimal): -13361393 or 991028. OLE color: 991028.

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

Color convert

RGB523115-
CMYK00.400.710.80
HSL25.95º55.22%13.14%-
HSV(B)25.95º71.15%20.39%-
XYZ1.991.740.68-
YUV35.46116.46139.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=53.06%
G=31.63%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52311500.400.710.8025.9555.2213.14
Hex341FF02847501a37d
Octal643717050107120326715
Binary110100111111111010100010001111010000110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,15); }

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

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

 a { background-color: rgb(52,31,15); }

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

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

 span { border-color: rgb(52,31,15); }

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