#2F231A

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

Shades of Cocoa Brown #2F231A

Tints of Cocoa Brown #2F231A

Color information

#2F231A (or 0x2F231A) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 23 and 1A. RGB value is (47,35,26). Sum of RGB (Red+Green+Blue) = 47+35+26=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F231A is #D0DCE5. Grayscale: #252525. Windows color (decimal): -13688038 or 1712943. OLE color: 1712943.

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

Color convert

RGB473526-
CMYK00.260.450.82
HSL25.71º28.77%14.31%-
HSV(B)25.71º44.68%18.43%-
XYZ1.961.881.24-
YUV37.56121.48134.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=43.52%
G=32.41%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47352600.260.450.8225.7128.7714.31
Hex2F231A01A2D521a1de
Octal57433203255122323516
Binary10111110001111010011010101101101001011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,26); }

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

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

 a { background-color: rgb(47,35,26); }

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

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

 span { border-color: rgb(47,35,26); }

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