#363208

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

Shades of Maire #363208

Tints of Maire #363208

Color information

#363208 (or 0x363208) is unknown color: approx Maire. HEX triplet: 36, 32 and 08. RGB value is (54,50,8). Sum of RGB (Red+Green+Blue) = 54+50+8=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #363208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363208 is #C9CDF7. Grayscale: #2E2E2E. Windows color (decimal): -13225464 or 537142. OLE color: 537142.

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

Color convert

RGB54508-
CMYK00.070.850.79
HSL54.78º74.19%12.16%-
HSV(B)54.78º85.19%21.18%-
XYZ2.713.080.68-
YUV46.41106.33133.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=48.21%
G=44.64%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5450800.070.850.7954.7874.1912.16
Hex3632807554F374ac
Octal666210071251176711214
Binary110110110010100001111010101100111111011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363208; }

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

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

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

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

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

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

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

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