#363200

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

Shades of Maire #363200

Tints of Maire #363200

Color information

#363200 (or 0x363200) is unknown color: approx Maire. HEX triplet: 36, 32 and 00. RGB value is (54,50,0). Sum of RGB (Red+Green+Blue) = 54+50+0=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #363200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363200 is #C9CDFF. Grayscale: #2D2D2D. Windows color (decimal): -13225472 or 12854. OLE color: 12854.

HSL color Cylindrical-coordinate representation of color #363200: hue angle of 55.56º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #363200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB54500-
CMYK00.0710.79
HSL55.56º100%10.59%-
HSV(B)55.56º100%21.18%-
XYZ2.663.070.45-
YUV45.5102.33134.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.92%
G=48.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5450000.0710.7955.5610010.59
Hex3632007644F3864b
Octal66620071441177014413
Binary110110110010001111100100100111111100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363200; }

 p { color: rgb(54,50,0); }

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

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

 a { background-color: rgb(54,50,0); }

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

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

 span { border-color: rgb(54,50,0); }

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