Html Css Color HEX #363215 Maire

📋 copy color: '#363215'

red 54 ◦ green 50 ◦ blue 21

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

Shades of Maire #363215

Tints of Maire #363215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 43.2%
G = 40%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#363215 (or 0x363215) is known color: Maire. HEX triplet: 36, 32 and 15. RGB value is (54,50,21). Sum of RGB (Red+Green+Blue) = 54+50+21=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363215 is #C9CDEA. Grayscale: #303030. Windows color (decimal): -13225451 or 1389110. OLE color: 1389110.

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

Color convert

RGB 54 50 21 -
CMYK 0 0.07 0.61 0.79
HSL 52.73º 0.44% 0.15% -
HSV(B) 52.73º 0.61% 0.21% -
XYZ 2.8 3.12 1.16 -
YUV 47.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 54 50 21 0 0.07 0.61 0.79 52.73 0.44 0.15
Hex 36 32 15 0 7 3D 4F 35 2C F
Octal 66 62 25 0 7 75 117 65 54 17
Binary 110110 110010 10101 0 111 111101 1001111 110101 101100 1111

Color Harmonies of #363215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363215

Black with #363215

Text Example


Text Example

White with #363215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363215; }

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

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

background-color css

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

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

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

border-color css

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

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

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