#383307

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

Shades of Maire #383307

Tints of Maire #383307

Color information

#383307 (or 0x383307) is unknown color: approx Maire. HEX triplet: 38, 33 and 07. RGB value is (56,51,7). Sum of RGB (Red+Green+Blue) = 56+51+7=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383307 is #C7CCF8. Grayscale: #2F2F2F. Windows color (decimal): -13094137 or 471864. OLE color: 471864.

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

Color convert

RGB56517-
CMYK00.090.880.78
HSL53.88º77.78%12.35%-
HSV(B)53.88º87.5%21.96%-
XYZ2.853.220.67-
YUV47.48105.16134.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=49.12%
G=44.74%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651700.090.880.7853.8877.7812.35
Hex3833709584E364ec
Octal706370111301166611614
Binary111000110011111010011011000100111011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383307; }

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

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

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

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

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

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

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

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