#382E04

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

Shades of Maire #382E04

Tints of Maire #382E04

Color information

#382E04 (or 0x382E04) is unknown color: approx Maire. HEX triplet: 38, 2E and 04. RGB value is (56,46,4). Sum of RGB (Red+Green+Blue) = 56+46+4=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E04 is #C7D1FB. Grayscale: #2C2C2C. Windows color (decimal): -13095420 or 273976. OLE color: 273976.

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

Color convert

RGB56464-
CMYK00.180.930.78
HSL48.46º86.67%11.76%-
HSV(B)48.46º92.86%21.96%-
XYZ2.632.80.52-
YUV44.2105.31136.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=52.83%
G=43.40%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5646400.180.930.7848.4686.6711.76
Hex382E40125D4E3057c
Octal705640221351166012714
Binary1110001011101000100101011101100111011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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