#383201

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

Shades of Maire #383201

Tints of Maire #383201

Color information

#383201 (or 0x383201) is unknown color: approx Maire. HEX triplet: 38, 32 and 01. RGB value is (56,50,1). Sum of RGB (Red+Green+Blue) = 56+50+1=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #383201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383201 is #C7CDFE. Grayscale: #2E2E2E. Windows color (decimal): -13094399 or 78392. OLE color: 78392.

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

Color convert

RGB56501-
CMYK00.110.980.78
HSL53.45º96.49%11.18%-
HSV(B)53.45º98.21%21.96%-
XYZ2.783.120.49-
YUV46.21102.49134.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=52.34%
G=46.73%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5650100.110.980.7853.4596.4911.18
Hex383210B624E3560b
Octal706210131421166514013
Binary1110001100101010111100010100111011010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383201; }

 p { color: rgb(56,50,1); }

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

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

 a { background-color: rgb(56,50,1); }

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

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

 span { border-color: rgb(56,50,1); }

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