#38251E

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

Shades of Brown Pod #38251E

Tints of Brown Pod #38251E

Color information

#38251E (or 0x38251E) is unknown color: approx Brown Pod. HEX triplet: 38, 25 and 1E. RGB value is (56,37,30). Sum of RGB (Red+Green+Blue) = 56+37+30=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251E is #C7DAE1. Grayscale: #292929. Windows color (decimal): -13097698 or 1975608. OLE color: 1975608.

HSL color Cylindrical-coordinate representation of color #38251E: hue angle of 16.15º 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 #38251E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB563730-
CMYK00.340.460.78
HSL16.15º30.23%16.86%-
HSV(B)16.15º46.43%21.96%-
XYZ2.532.261.53-
YUV41.88121.29138.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=45.53%
G=30.08%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373000.340.460.7816.1530.2316.86
Hex38251E0222E4E101e11
Octal70453604256116203621
Binary1110001001011111001000101011101001110100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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