#383406

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

Shades of Maire #383406

Tints of Maire #383406

Color information

#383406 (or 0x383406) is unknown color: approx Maire. HEX triplet: 38, 34 and 06. RGB value is (56,52,6). Sum of RGB (Red+Green+Blue) = 56+52+6=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383406 is #C7CBF9. Grayscale: #303030. Windows color (decimal): -13093882 or 406584. OLE color: 406584.

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

Color convert

RGB56526-
CMYK00.070.890.78
HSL55.2º80.65%12.16%-
HSV(B)55.2º89.29%21.96%-
XYZ2.893.310.66-
YUV47.95104.33133.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=49.12%
G=45.61%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652600.070.890.7855.280.6512.16
Hex3834607594E3751c
Octal70646071311166712114
Binary11100011010011001111011001100111011011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383406; }

 p { color: rgb(56,52,6); }

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

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

 a { background-color: rgb(56,52,6); }

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

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

 span { border-color: rgb(56,52,6); }

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