#38241E

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

Shades of Brown Pod #38241E

Tints of Brown Pod #38241E

Color information

#38241E (or 0x38241E) is unknown color: approx Brown Pod. HEX triplet: 38, 24 and 1E. RGB value is (56,36,30). Sum of RGB (Red+Green+Blue) = 56+36+30=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241E is #C7DBE1. Grayscale: #292929. Windows color (decimal): -13097954 or 1975352. OLE color: 1975352.

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

Color convert

RGB563630-
CMYK00.360.460.78
HSL13.85º30.23%16.86%-
HSV(B)13.85º46.43%21.96%-
XYZ2.52.21.52-
YUV41.3121.63138.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=45.90%
G=29.51%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56363000.360.460.7813.8530.2316.86
Hex38241E0242E4Ee1e11
Octal70443604456116163621
Binary111000100100111100100100101110100111011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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