Html Css Color HEX #332D19 Maire

📋 copy color: '#332D19'

red 51 ◦ green 45 ◦ blue 25

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

Shades of Maire #332D19

Tints of Maire #332D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 42.15%
G = 37.19%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#332D19 (or 0x332D19) is known color: Maire. HEX triplet: 33, 2D and 19. RGB value is (51,45,25). Sum of RGB (Red+Green+Blue) = 51+45+25=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D19 is #CCD2E6. Grayscale: #2C2C2C. Windows color (decimal): -13423335 or 1649971. OLE color: 1649971.

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

Color convert

RGB 51 45 25 -
CMYK 0 0.12 0.51 0.8
HSL 46.15º 0.34% 0.15% -
HSV(B) 46.15º 0.51% 0.2% -
XYZ 2.48 2.65 1.3 -
YUV 44.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 51 45 25 0 0.12 0.51 0.8 46.15 0.34 0.15
Hex 33 2D 19 0 C 33 50 2E 22 F
Octal 63 55 31 0 14 63 120 56 42 17
Binary 110011 101101 11001 0 1100 110011 1010000 101110 100010 1111

Color Harmonies of #332D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D19

Black with #332D19

Text Example


Text Example

White with #332D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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