#2F2519

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

Shades of Cocoa Brown #2F2519

Tints of Cocoa Brown #2F2519

Color information

#2F2519 (or 0x2F2519) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 25 and 19. RGB value is (47,37,25). Sum of RGB (Red+Green+Blue) = 47+37+25=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2519 is #D0DAE6. Grayscale: #262626. Windows color (decimal): -13687527 or 1647919. OLE color: 1647919.

HSL color Cylindrical-coordinate representation of color #2F2519: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F2519 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB473725-
CMYK00.210.470.82
HSL32.73º30.56%14.12%-
HSV(B)32.73º46.81%18.43%-
XYZ2.0121.2-
YUV38.62120.31133.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.12%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=43.12%
G=33.94%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47372500.210.470.8232.7330.5614.12
Hex2F25190152F52211fe
Octal57453102557122413716
Binary101111100101110010101011011111010010100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,25); }

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

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

 a { background-color: rgb(47,37,25); }

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

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

 span { border-color: rgb(47,37,25); }

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