Html Css Color HEX #332E14 Maire

📋 copy color: '#332E14'

red 51 ◦ green 46 ◦ blue 20

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

Shades of Maire #332E14

Tints of Maire #332E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 43.59%
G = 39.32%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#332E14 (or 0x332E14) is known color: Maire. HEX triplet: 33, 2E and 14. RGB value is (51,46,20). Sum of RGB (Red+Green+Blue) = 51+46+20=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E14 is #CCD1EB. Grayscale: #2C2C2C. Windows color (decimal): -13423084 or 1322547. OLE color: 1322547.

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

Color convert

RGB 51 46 20 -
CMYK 0 0.10 0.61 0.8
HSL 50.32º 0.44% 0.14% -
HSV(B) 50.32º 0.61% 0.2% -
XYZ 2.47 2.71 1.05 -
YUV 44.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 51 46 20 0 0.10 0.61 0.8 50.32 0.44 0.14
Hex 33 2E 14 0 A 3D 50 32 2C E
Octal 63 56 24 0 12 75 120 62 54 16
Binary 110011 101110 10100 0 1010 111101 1010000 110010 101100 1110

Color Harmonies of #332E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E14

Black with #332E14

Text Example


Text Example

White with #332E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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