#382D03

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

Shades of Maire #382D03

Tints of Maire #382D03

Color information

#382D03 (or 0x382D03) is unknown color: approx Maire. HEX triplet: 38, 2D and 03. RGB value is (56,45,3). Sum of RGB (Red+Green+Blue) = 56+45+3=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D03 is #C7D2FC. Grayscale: #2B2B2B. Windows color (decimal): -13095677 or 208184. OLE color: 208184.

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

Color convert

RGB56453-
CMYK00.200.950.78
HSL47.55º89.83%11.57%-
HSV(B)47.55º94.64%21.96%-
XYZ2.592.720.48-
YUV43.5105.14136.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=53.85%
G=43.27%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5645300.200.950.7847.5589.8311.57
Hex382D30145F4E305ac
Octal705530241371166013214
Binary111000101101110101001011111100111011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,3); }

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

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

 a { background-color: rgb(56,45,3); }

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

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

 span { border-color: rgb(56,45,3); }

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