#38330C

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

Shades of Maire #38330C

Tints of Maire #38330C

Color information

#38330C (or 0x38330C) is unknown color: approx Maire. HEX triplet: 38, 33 and 0C. RGB value is (56,51,12). Sum of RGB (Red+Green+Blue) = 56+51+12=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330C is #C7CCF3. Grayscale: #303030. Windows color (decimal): -13094132 or 799544. OLE color: 799544.

HSL color Cylindrical-coordinate representation of color #38330C: hue angle of 53.18º 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 #38330C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB565112-
CMYK00.090.790.78
HSL53.18º64.71%13.33%-
HSV(B)53.18º78.57%21.96%-
XYZ2.883.230.82-
YUV48.05107.66133.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=47.06%
G=42.86%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511200.090.790.7853.1864.7113.33
Hex3833C094F4E3541d
Octal7063140111171166510115
Binary1110001100111100010011001111100111011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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