#2F261E

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

Shades of Cocoa Brown #2F261E

Tints of Cocoa Brown #2F261E

Color information

#2F261E (or 0x2F261E) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 26 and 1E. RGB value is (47,38,30). Sum of RGB (Red+Green+Blue) = 47+38+30=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F261E is #D0D9E1. Grayscale: #272727. Windows color (decimal): -13687266 or 1975855. OLE color: 1975855.

HSL color Cylindrical-coordinate representation of color #2F261E: hue angle of 28.24º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F261E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB473830-
CMYK00.190.360.82
HSL28.24º22.08%15.1%-
HSV(B)28.24º36.17%18.43%-
XYZ2.12.081.52-
YUV39.78122.48133.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=40.87%
G=33.04%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47383000.190.360.8228.2422.0815.1
Hex2F261E01324521c16f
Octal57463602344122342617
Binary10111110011011110010011100100101001011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F261E; }

 p { color: rgb(47,38,30); }

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

<style>
 a { background-color: #2F261E; }

 a { background-color: rgb(47,38,30); }

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

<style>
 span { border-color: #2F261E; }

 span { border-color: rgb(47,38,30); }

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