#38320C

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

Shades of Maire #38320C

Tints of Maire #38320C

Color information

#38320C (or 0x38320C) is unknown color: approx Maire. HEX triplet: 38, 32 and 0C. RGB value is (56,50,12). Sum of RGB (Red+Green+Blue) = 56+50+12=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38320C is #C7CDF3. Grayscale: #2F2F2F. Windows color (decimal): -13094388 or 799288. OLE color: 799288.

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

Color convert

RGB565012-
CMYK00.110.790.78
HSL51.82º64.71%13.33%-
HSV(B)51.82º78.57%21.96%-
XYZ2.843.150.81-
YUV47.46107.99134.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=47.46%
G=42.37%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56501200.110.790.7851.8264.7113.33
Hex3832C0B4F4E3441d
Octal7062140131171166410115
Binary1110001100101100010111001111100111011010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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