#38261E

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

Shades of Brown Pod #38261E

Tints of Brown Pod #38261E

Color information

#38261E (or 0x38261E) is unknown color: approx Brown Pod. HEX triplet: 38, 26 and 1E. RGB value is (56,38,30). Sum of RGB (Red+Green+Blue) = 56+38+30=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261E is #C7D9E1. Grayscale: #2A2A2A. Windows color (decimal): -13097442 or 1975864. OLE color: 1975864.

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

Color convert

RGB563830-
CMYK00.320.460.78
HSL18.46º30.23%16.86%-
HSV(B)18.46º46.43%21.96%-
XYZ2.562.321.54-
YUV42.47120.96137.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=45.16%
G=30.65%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56383000.320.460.7818.4630.2316.86
Hex38261E0202E4E121e11
Octal70463604056116223621
Binary1110001001101111001000001011101001110100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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