#38221F

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

Shades of Brown Pod #38221F

Tints of Brown Pod #38221F

Color information

#38221F (or 0x38221F) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 1F. RGB value is (56,34,31). Sum of RGB (Red+Green+Blue) = 56+34+31=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221F is #C7DDE0. Grayscale: #282828. Windows color (decimal): -13098465 or 2040376. OLE color: 2040376.

HSL color Cylindrical-coordinate representation of color #38221F: hue angle of 7.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38221F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB563431-
CMYK00.390.450.78
HSL7.2º28.74%17.06%-
HSV(B)7.2º44.64%21.96%-
XYZ2.452.081.57-
YUV40.24122.79139.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=46.28%
G=28.10%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56343100.390.450.787.228.7417.06
Hex38221F0272D4E71d11
Octal7042370475511673521
Binary11100010001011111010011110110110011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38221F; }

 p { color: rgb(56,34,31); }

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

<style>
 a { background-color: #38221F; }

 a { background-color: rgb(56,34,31); }

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

<style>
 span { border-color: #38221F; }

 span { border-color: rgb(56,34,31); }

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