Html Css Color HEX #363213 Maire

📋 copy color: '#363213'

red 54 ◦ green 50 ◦ blue 19

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

Shades of Maire #363213

Tints of Maire #363213

RGB

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

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

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

R = 43.9%
G = 40.65%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#363213 (or 0x363213) is known color: Maire. HEX triplet: 36, 32 and 13. RGB value is (54,50,19). Sum of RGB (Red+Green+Blue) = 54+50+19=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #363213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363213 is #C9CDEC. Grayscale: #2F2F2F. Windows color (decimal): -13225453 or 1258038. OLE color: 1258038.

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

Color convert

RGB 54 50 19 -
CMYK 0 0.07 0.65 0.79
HSL 53.14º 0.48% 0.14% -
HSV(B) 53.14º 0.65% 0.21% -
XYZ 2.78 3.11 1.07 -
YUV 47.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 54 50 19 0 0.07 0.65 0.79 53.14 0.48 0.14
Hex 36 32 13 0 7 41 4F 35 30 E
Octal 66 62 23 0 7 101 117 65 60 16
Binary 110110 110010 10011 0 111 1000001 1001111 110101 110000 1110

Color Harmonies of #363213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363213

Black with #363213

Text Example


Text Example

White with #363213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363213; }

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

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

background-color css

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

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

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

border-color css

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

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

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