#38211E

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

Shades of Brown Pod #38211E

Tints of Brown Pod #38211E

Color information

#38211E (or 0x38211E) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 1E. RGB value is (56,33,30). Sum of RGB (Red+Green+Blue) = 56+33+30=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211E is #C7DEE1. Grayscale: #272727. Windows color (decimal): -13098722 or 1974584. OLE color: 1974584.

HSL color Cylindrical-coordinate representation of color #38211E: hue angle of 6.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38211E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB563330-
CMYK00.410.460.78
HSL6.92º30.23%16.86%-
HSV(B)6.92º46.43%21.96%-
XYZ2.412.021.49-
YUV39.53122.62139.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=47.06%
G=27.73%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333000.410.460.786.9230.2316.86
Hex38211E0292E4E71e11
Octal7041360515611673621
Binary11100010000111110010100110111010011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38211E; }

 p { color: rgb(56,33,30); }

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

<style>
 a { background-color: #38211E; }

 a { background-color: rgb(56,33,30); }

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

<style>
 span { border-color: #38211E; }

 span { border-color: rgb(56,33,30); }

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