Html Css Color HEX #332E17 Maire

📋 copy color: '#332E17'

red 51 ◦ green 46 ◦ blue 23

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

Shades of Maire #332E17

Tints of Maire #332E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 23 (9.38% from 255) = 19.17%

R = 42.5%
G = 38.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#332E17 (or 0x332E17) is known color: Maire. HEX triplet: 33, 2E and 17. RGB value is (51,46,23). Sum of RGB (Red+Green+Blue) = 51+46+23=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E17 is #CCD1E8. Grayscale: #2C2C2C. Windows color (decimal): -13423081 or 1519155. OLE color: 1519155.

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

Color convert

RGB 51 46 23 -
CMYK 0 0.10 0.55 0.8
HSL 49.29º 0.38% 0.15% -
HSV(B) 49.29º 0.55% 0.2% -
XYZ 2.5 2.72 1.2 -
YUV 44.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 51 46 23 0 0.10 0.55 0.8 49.29 0.38 0.15
Hex 33 2E 17 0 A 37 50 31 26 F
Octal 63 56 27 0 12 67 120 61 46 17
Binary 110011 101110 10111 0 1010 110111 1010000 110001 100110 1111

Color Harmonies of #332E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E17

Black with #332E17

Text Example


Text Example

White with #332E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,23); }

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

background-color css

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

 a { background-color: rgb(51,46,23); }

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

border-color css

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

 span { border-color: rgb(51,46,23); }

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