#38330B

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

Shades of Maire #38330B

Tints of Maire #38330B

Color information

#38330B (or 0x38330B) is unknown color: approx Maire. HEX triplet: 38, 33 and 0B. RGB value is (56,51,11). Sum of RGB (Red+Green+Blue) = 56+51+11=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330B is #C7CCF4. Grayscale: #303030. Windows color (decimal): -13094133 or 734008. OLE color: 734008.

HSL color Cylindrical-coordinate representation of color #38330B: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38330B is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB565111-
CMYK00.090.800.78
HSL53.33º67.16%13.14%-
HSV(B)53.33º80.36%21.96%-
XYZ2.883.230.79-
YUV47.93107.16133.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=47.46%
G=43.22%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511100.090.800.7853.3367.1613.14
Hex3833B09504E3543d
Octal7063130111201166510315
Binary1110001100111011010011010000100111011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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