Html Css Color HEX #332D11 Maire

📋 copy color: '#332D11'

red 51 ◦ green 45 ◦ blue 17

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

Shades of Maire #332D11

Tints of Maire #332D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 45.13%
G = 39.82%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#332D11 (or 0x332D11) is known color: Maire. HEX triplet: 33, 2D and 11. RGB value is (51,45,17). Sum of RGB (Red+Green+Blue) = 51+45+17=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #332D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D11 is #CCD2EE. Grayscale: #2B2B2B. Windows color (decimal): -13423343 or 1125683. OLE color: 1125683.

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

Color convert

RGB 51 45 17 -
CMYK 0 0.12 0.67 0.8
HSL 49.41º 0.5% 0.13% -
HSV(B) 49.41º 0.67% 0.2% -
XYZ 2.4 2.62 0.91 -
YUV 43.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 51 45 17 0 0.12 0.67 0.8 49.41 0.5 0.13
Hex 33 2D 11 0 C 43 50 31 32 D
Octal 63 55 21 0 14 103 120 61 62 15
Binary 110011 101101 10001 0 1100 1000011 1010000 110001 110010 1101

Color Harmonies of #332D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D11

Black with #332D11

Text Example


Text Example

White with #332D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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