#38330D

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

Shades of Maire #38330D

Tints of Maire #38330D

Color information

#38330D (or 0x38330D) is unknown color: approx Maire. HEX triplet: 38, 33 and 0D. RGB value is (56,51,13). Sum of RGB (Red+Green+Blue) = 56+51+13=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330D is #C7CCF2. Grayscale: #303030. Windows color (decimal): -13094131 or 865080. OLE color: 865080.

HSL color Cylindrical-coordinate representation of color #38330D: hue angle of 53.02º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38330D is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB565113-
CMYK00.090.770.78
HSL53.02º62.32%13.53%-
HSV(B)53.02º76.79%21.96%-
XYZ2.893.240.85-
YUV48.16108.16133.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=46.67%
G=42.5%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511300.090.770.7853.0262.3213.53
Hex3833D094D4E353ee
Octal706315011115116657616
Binary111000110011110101001100110110011101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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