#383309

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

Shades of Maire #383309

Tints of Maire #383309

Color information

#383309 (or 0x383309) is unknown color: approx Maire. HEX triplet: 38, 33 and 09. RGB value is (56,51,9). Sum of RGB (Red+Green+Blue) = 56+51+9=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #383309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383309 is #C7CCF6. Grayscale: #2F2F2F. Windows color (decimal): -13094135 or 602936. OLE color: 602936.

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

Color convert

RGB56519-
CMYK00.090.840.78
HSL53.62º72.31%12.75%-
HSV(B)53.62º83.93%21.96%-
XYZ2.863.230.73-
YUV47.71106.16133.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=48.28%
G=43.97%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651900.090.840.7853.6272.3112.75
Hex3833909544E3648d
Octal7063110111241166611015
Binary1110001100111001010011010100100111011011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383309; }

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

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

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

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

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

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

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

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