Html Css Color HEX #363212 Maire

📋 copy color: '#363212'

red 54 ◦ green 50 ◦ blue 18

#363212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #363212

Tints of Maire #363212

RGB

 RED value IS 54 (21.48% from 255) = 44.26%

 GREEN value IS 50 (19.92% from 255) = 40.98%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 44.26%
G = 40.98%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#363212 (or 0x363212) is known color: Maire. HEX triplet: 36, 32 and 12. RGB value is (54,50,18). Sum of RGB (Red+Green+Blue) = 54+50+18=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #363212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363212 is #C9CDED. Grayscale: #2F2F2F. Windows color (decimal): -13225454 or 1192502. OLE color: 1192502.

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

Color convert

RGB 54 50 18 -
CMYK 0 0.07 0.67 0.79
HSL 53.33º 0.5% 0.14% -
HSV(B) 53.33º 0.67% 0.21% -
XYZ 2.77 3.11 1.03 -
YUV 47.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 54 50 18 0 0.07 0.67 0.79 53.33 0.5 0.14
Hex 36 32 12 0 7 43 4F 35 32 E
Octal 66 62 22 0 7 103 117 65 62 16
Binary 110110 110010 10010 0 111 1000011 1001111 110101 110010 1110

Color Harmonies of #363212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363212

Black with #363212

Text Example


Text Example

White with #363212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363212; }

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

 H1.HeaderClassName
 {
   color: #363212;
 }
 .AnyTagClassName
 {
   color: #363212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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