Html Css Color HEX #363012 Maire

📋 copy color: '#363012'

red 54 ◦ green 48 ◦ blue 18

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

Shades of Maire #363012

Tints of Maire #363012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

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

R = 45%
G = 40%
B = 15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#363012 (or 0x363012) is known color: Maire. HEX triplet: 36, 30 and 12. RGB value is (54,48,18). Sum of RGB (Red+Green+Blue) = 54+48+18=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #363012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363012 is #C9CFED. Grayscale: #2E2E2E. Windows color (decimal): -13225966 or 1191990. OLE color: 1191990.

HSL color Cylindrical-coordinate representation of color #363012: hue angle of 50º 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 #363012 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 48 18 -
CMYK 0 0.11 0.67 0.79
HSL 50º 0.5% 0.14% -
HSV(B) 50º 0.67% 0.21% -
XYZ 2.69 2.94 1 -
YUV 46.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 54 48 18 0 0.11 0.67 0.79 50 0.5 0.14
Hex 36 30 12 0 B 43 4F 32 32 E
Octal 66 60 22 0 13 103 117 62 62 16
Binary 110110 110000 10010 0 1011 1000011 1001111 110010 110010 1110

Color Harmonies of #363012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363012

Black with #363012

Text Example


Text Example

White with #363012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363012; }

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

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

background-color css

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

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

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

border-color css

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

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

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