Html Css Color HEX #332D18 Maire

📋 copy color: '#332D18'

red 51 ◦ green 45 ◦ blue 24

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

Shades of Maire #332D18

Tints of Maire #332D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20%

R = 42.5%
G = 37.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332D18 (or 0x332D18) is known color: Maire. HEX triplet: 33, 2D and 18. RGB value is (51,45,24). Sum of RGB (Red+Green+Blue) = 51+45+24=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D18 is #CCD2E7. Grayscale: #2C2C2C. Windows color (decimal): -13423336 or 1584435. OLE color: 1584435.

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

Color convert

RGB 51 45 24 -
CMYK 0 0.12 0.53 0.8
HSL 46.67º 0.36% 0.15% -
HSV(B) 46.67º 0.53% 0.2% -
XYZ 2.47 2.65 1.24 -
YUV 44.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 51 45 24 0 0.12 0.53 0.8 46.67 0.36 0.15
Hex 33 2D 18 0 C 35 50 2F 24 F
Octal 63 55 30 0 14 65 120 57 44 17
Binary 110011 101101 11000 0 1100 110101 1010000 101111 100100 1111

Color Harmonies of #332D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D18

Black with #332D18

Text Example


Text Example

White with #332D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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