Html Css Color HEX #332D15 Maire

📋 copy color: '#332D15'

red 51 ◦ green 45 ◦ blue 21

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

Shades of Maire #332D15

Tints of Maire #332D15

RGB

 RED value IS 51 (20.31% from 255) = 43.59%

 GREEN value IS 45 (17.97% from 255) = 38.46%

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

R = 43.59%
G = 38.46%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#332D15 (or 0x332D15) is known color: Maire. HEX triplet: 33, 2D and 15. RGB value is (51,45,21). Sum of RGB (Red+Green+Blue) = 51+45+21=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D15 is #CCD2EA. Grayscale: #2C2C2C. Windows color (decimal): -13423339 or 1387827. OLE color: 1387827.

HSL color Cylindrical-coordinate representation of color #332D15: hue angle of 48º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332D15 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 45 21 -
CMYK 0 0.12 0.59 0.8
HSL 48º 0.42% 0.14% -
HSV(B) 48º 0.59% 0.2% -
XYZ 2.44 2.63 1.09 -
YUV 44.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 51 45 21 0 0.12 0.59 0.8 48 0.42 0.14
Hex 33 2D 15 0 C 3B 50 30 2A E
Octal 63 55 25 0 14 73 120 60 52 16
Binary 110011 101101 10101 0 1100 111011 1010000 110000 101010 1110

Color Harmonies of #332D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D15

Black with #332D15

Text Example


Text Example

White with #332D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332D15; }

 p { color: rgb(51,45,21); }

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

background-color css

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

 a { background-color: rgb(51,45,21); }

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

border-color css

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

 span { border-color: rgb(51,45,21); }

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