#382E05

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

Shades of Maire #382E05

Tints of Maire #382E05

Color information

#382E05 (or 0x382E05) is unknown color: approx Maire. HEX triplet: 38, 2E and 05. RGB value is (56,46,5). Sum of RGB (Red+Green+Blue) = 56+46+5=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E05 is #C7D1FA. Grayscale: #2C2C2C. Windows color (decimal): -13095419 or 339512. OLE color: 339512.

HSL color Cylindrical-coordinate representation of color #382E05: hue angle of 48.24º 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 #382E05 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB56465-
CMYK00.180.910.78
HSL48.24º83.61%11.96%-
HSV(B)48.24º91.07%21.96%-
XYZ2.642.810.55-
YUV44.32105.81136.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=52.34%
G=42.99%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5646500.180.910.7848.2483.6111.96
Hex382E50125B4E3054c
Octal705650221331166012414
Binary1110001011101010100101011011100111011000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E05; }

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

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

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

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

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

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

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

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