#382E02

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

Shades of Maire #382E02

Tints of Maire #382E02

Color information

#382E02 (or 0x382E02) is unknown color: approx Maire. HEX triplet: 38, 2E and 02. RGB value is (56,46,2). Sum of RGB (Red+Green+Blue) = 56+46+2=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E02 is #C7D1FD. Grayscale: #2C2C2C. Windows color (decimal): -13095422 or 142904. OLE color: 142904.

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

Color convert

RGB56462-
CMYK00.180.960.78
HSL48.89º93.1%11.37%-
HSV(B)48.89º96.43%21.96%-
XYZ2.622.80.46-
YUV43.97104.31136.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=53.85%
G=44.23%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5646200.180.960.7848.8993.111.37
Hex382E2012604E315db
Octal705620221401166113513
Binary111000101110100100101100000100111011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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