#3F220D

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

Shades of Brown Pod #3F220D

Tints of Brown Pod #3F220D

Color information

#3F220D (or 0x3F220D) is unknown color: approx Brown Pod. HEX triplet: 3F, 22 and 0D. RGB value is (63,34,13). Sum of RGB (Red+Green+Blue) = 63+34+13=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F220D is #C0DDF2. Grayscale: #282828. Windows color (decimal): -12639731 or 860735. OLE color: 860735.

HSL color Cylindrical-coordinate representation of color #3F220D: hue angle of 25.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F220D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB633413-
CMYK00.460.790.75
HSL25.2º65.79%14.9%-
HSV(B)25.2º79.37%24.71%-
XYZ2.692.230.67-
YUV40.28112.61144.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=57.27%
G=30.91%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63341300.460.790.7525.265.7914.9
Hex3F22D02E4F4B1942f
Octal7742150561171133110217
Binary11111110001011010101110100111110010111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F220D; }

 p { color: rgb(63,34,13); }

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

<style>
 a { background-color: #3F220D; }

 a { background-color: rgb(63,34,13); }

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

<style>
 span { border-color: #3F220D; }

 span { border-color: rgb(63,34,13); }

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