#383405

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

Shades of Maire #383405

Tints of Maire #383405

Color information

#383405 (or 0x383405) is unknown color: approx Maire. HEX triplet: 38, 34 and 05. RGB value is (56,52,5). Sum of RGB (Red+Green+Blue) = 56+52+5=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383405 is #C7CBFA. Grayscale: #303030. Windows color (decimal): -13093883 or 341048. OLE color: 341048.

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

Color convert

RGB56525-
CMYK00.070.910.78
HSL55.29º83.61%11.96%-
HSV(B)55.29º91.07%21.96%-
XYZ2.893.310.63-
YUV47.84103.83133.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=49.56%
G=46.02%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652500.070.910.7855.2983.6111.96
Hex38345075B4E3754c
Octal70645071331166712414
Binary11100011010010101111011011100111011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383405; }

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

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

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

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

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

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

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

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