#2F1808

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

Shades of Cocoa Brown #2F1808

Tints of Cocoa Brown #2F1808

Color information

#2F1808 (or 0x2F1808) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 18 and 08. RGB value is (47,24,8). Sum of RGB (Red+Green+Blue) = 47+24+8=79 (10% of max value = 765). Red value is 47 (18.75% from 255 or 59.49% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1808 is #D0E7F7. Grayscale: #1D1D1D. Windows color (decimal): -13690872 or 530479. OLE color: 530479.

HSL color Cylindrical-coordinate representation of color #2F1808: hue angle of 24.62º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1808 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB47248-
CMYK00.490.830.82
HSL24.62º70.91%10.78%-
HSV(B)24.62º82.98%18.43%-
XYZ1.541.280.39-
YUV29.05116.12140.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 59.49%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=59.49%
G=30.38%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4724800.490.830.8224.6270.9110.78
Hex2F18803153521947b
Octal5730100611231223110713
Binary1011111100010000110001101001110100101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,8); }

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

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

 a { background-color: rgb(47,24,8); }

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

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

 span { border-color: rgb(47,24,8); }

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