Html Css Color HEX #363113 Maire

📋 copy color: '#363113'

red 54 ◦ green 49 ◦ blue 19

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

Shades of Maire #363113

Tints of Maire #363113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.16%

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

R = 44.26%
G = 40.16%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#363113 (or 0x363113) is known color: Maire. HEX triplet: 36, 31 and 13. RGB value is (54,49,19). Sum of RGB (Red+Green+Blue) = 54+49+19=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #363113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363113 is #C9CEEC. Grayscale: #2F2F2F. Windows color (decimal): -13225709 or 1257782. OLE color: 1257782.

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

Color convert

RGB 54 49 19 -
CMYK 0 0.09 0.65 0.79
HSL 51.43º 0.48% 0.14% -
HSV(B) 51.43º 0.65% 0.21% -
XYZ 2.74 3.03 1.06 -
YUV 47.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 54 49 19 0 0.09 0.65 0.79 51.43 0.48 0.14
Hex 36 31 13 0 9 41 4F 33 30 E
Octal 66 61 23 0 11 101 117 63 60 16
Binary 110110 110001 10011 0 1001 1000001 1001111 110011 110000 1110

Color Harmonies of #363113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363113

Black with #363113

Text Example


Text Example

White with #363113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363113; }

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

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

background-color css

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

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

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

border-color css

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

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

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