#382E00

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

Shades of Maire #382E00

Tints of Maire #382E00

Color information

#382E00 (or 0x382E00) is unknown color: approx Maire. HEX triplet: 38, 2E and 00. RGB value is (56,46,0). Sum of RGB (Red+Green+Blue) = 56+46+0=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E00 is #C7D1FF. Grayscale: #2B2B2B. Windows color (decimal): -13095424 or 11832. OLE color: 11832.

HSL color Cylindrical-coordinate representation of color #382E00: hue angle of 49.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #382E00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB56460-
CMYK00.1810.78
HSL49.29º100%10.98%-
HSV(B)49.29º100%21.96%-
XYZ2.612.790.4-
YUV43.75103.31136.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.90%
G=45.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5646000.1810.7849.2910010.98
Hex382E0012644E3164b
Octal705600221441166114413
Binary11100010111000100101100100100111011000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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