Html Css Color HEX #332C09 Maire

📋 copy color: '#332C09'

red 51 ◦ green 44 ◦ blue 9

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

Shades of Maire #332C09

Tints of Maire #332C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.31%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 49.04%
G = 42.31%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#332C09 (or 0x332C09) is known color: Maire. HEX triplet: 33, 2C and 09. RGB value is (51,44,9). Sum of RGB (Red+Green+Blue) = 51+44+9=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C09 is #CCD3F6. Grayscale: #2A2A2A. Windows color (decimal): -13423607 or 601139. OLE color: 601139.

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

Color convert

RGB 51 44 9 -
CMYK 0 0.14 0.82 0.8
HSL 50º 0.7% 0.12% -
HSV(B) 50º 0.82% 0.2% -
XYZ 2.32 2.52 0.62 -
YUV 42.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 51 44 9 0 0.14 0.82 0.8 50 0.7 0.12
Hex 33 2C 9 0 E 52 50 32 46 C
Octal 63 54 11 0 16 122 120 62 106 14
Binary 110011 101100 1001 0 1110 1010010 1010000 110010 1000110 1100

Color Harmonies of #332C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C09

Black with #332C09

Text Example


Text Example

White with #332C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,9); }

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

background-color css

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

 a { background-color: rgb(51,44,9); }

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

border-color css

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

 span { border-color: rgb(51,44,9); }

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