#38320E

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

Shades of Maire #38320E

Tints of Maire #38320E

Color information

#38320E (or 0x38320E) is unknown color: approx Maire. HEX triplet: 38, 32 and 0E. RGB value is (56,50,14). Sum of RGB (Red+Green+Blue) = 56+50+14=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38320E is #C7CDF1. Grayscale: #2F2F2F. Windows color (decimal): -13094386 or 930360. OLE color: 930360.

HSL color Cylindrical-coordinate representation of color #38320E: hue angle of 51.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38320E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB565014-
CMYK00.110.750.78
HSL51.43º60%13.73%-
HSV(B)51.43º75%21.96%-
XYZ2.853.150.87-
YUV47.69108.99133.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=46.67%
G=41.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56501400.110.750.7851.436013.73
Hex3832E0B4B4E333ce
Octal706216013113116637416
Binary111000110010111001011100101110011101100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,50,14); }

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

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

 a { background-color: rgb(56,50,14); }

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

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

 span { border-color: rgb(56,50,14); }

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