#2F180D

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

Shades of Brown Pod #2F180D

Tints of Brown Pod #2F180D

Color information

#2F180D (or 0x2F180D) is unknown color: approx Brown Pod. HEX triplet: 2F, 18 and 0D. RGB value is (47,24,13). Sum of RGB (Red+Green+Blue) = 47+24+13=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F180D is #D0E7F2. Grayscale: #1D1D1D. Windows color (decimal): -13690867 or 858159. OLE color: 858159.

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

Color convert

RGB472413-
CMYK00.490.720.82
HSL19.41º56.67%11.76%-
HSV(B)19.41º72.34%18.43%-
XYZ1.571.290.55-
YUV29.62118.62140.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 55.95%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=55.95%
G=28.57%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47241300.490.720.8219.4156.6711.76
Hex2F18D03148521339c
Octal573015061110122237114
Binary101111110001101011000110010001010010100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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