Html Css Color HEX #363013 Maire

📋 copy color: '#363013'

red 54 ◦ green 48 ◦ blue 19

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

Shades of Maire #363013

Tints of Maire #363013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 44.63%
G = 39.67%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#363013 (or 0x363013) is known color: Maire. HEX triplet: 36, 30 and 13. RGB value is (54,48,19). Sum of RGB (Red+Green+Blue) = 54+48+19=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #363013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363013 is #C9CFEC. Grayscale: #2E2E2E. Windows color (decimal): -13225965 or 1257526. OLE color: 1257526.

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

Color convert

RGB 54 48 19 -
CMYK 0 0.11 0.65 0.79
HSL 49.71º 0.48% 0.14% -
HSV(B) 49.71º 0.65% 0.21% -
XYZ 2.7 2.95 1.04 -
YUV 46.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 54 48 19 0 0.11 0.65 0.79 49.71 0.48 0.14
Hex 36 30 13 0 B 41 4F 32 30 E
Octal 66 60 23 0 13 101 117 62 60 16
Binary 110110 110000 10011 0 1011 1000001 1001111 110010 110000 1110

Color Harmonies of #363013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363013

Black with #363013

Text Example


Text Example

White with #363013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363013; }

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

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

background-color css

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

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

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

border-color css

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

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

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