#38241F

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

Shades of Brown Pod #38241F

Tints of Brown Pod #38241F

Color information

#38241F (or 0x38241F) is unknown color: approx Brown Pod. HEX triplet: 38, 24 and 1F. RGB value is (56,36,31). Sum of RGB (Red+Green+Blue) = 56+36+31=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241F is #C7DBE0. Grayscale: #292929. Windows color (decimal): -13097953 or 2040888. OLE color: 2040888.

HSL color Cylindrical-coordinate representation of color #38241F: hue angle of 12º 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 #38241F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB563631-
CMYK00.360.450.78
HSL12º28.74%17.06%-
HSV(B)12º44.64%21.96%-
XYZ2.512.21.59-
YUV41.41122.13138.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=45.53%
G=29.27%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56363100.360.450.781228.7417.06
Hex38241F0242D4Ec1d11
Octal70443704455116143521
Binary111000100100111110100100101101100111011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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