Html Css Color HEX #332900 Maire

📋 copy color: '#332900'

red 51 ◦ green 41 ◦ blue 0

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

Shades of Maire #332900

Tints of Maire #332900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.43%
G = 44.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332900 (or 0x332900) is known color: Maire. HEX triplet: 33, 29 and 00. RGB value is (51,41,0). Sum of RGB (Red+Green+Blue) = 51+41+0=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #332900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332900 is #CCD6FF. Grayscale: #272727. Windows color (decimal): -13424384 or 10547. OLE color: 10547.

HSL color Cylindrical-coordinate representation of color #332900: hue angle of 48.24º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 0 -
CMYK 0 0.20 1 0.8
HSL 48.24º 1% 0.1% -
HSV(B) 48.24º 1% 0.2% -
XYZ 2.16 2.29 0.33 -
YUV 39.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 51 41 0 0 0.20 1 0.8 48.24 1 0.1
Hex 33 29 0 0 14 64 50 30 64 A
Octal 63 51 0 0 24 144 120 60 144 12
Binary 110011 101001 0 0 10100 1100100 1010000 110000 1100100 1010

Color Harmonies of #332900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332900

Black with #332900

Text Example


Text Example

White with #332900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332900; }

 p { color: rgb(51,41,0); }

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

background-color css

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

 a { background-color: rgb(51,41,0); }

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

border-color css

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

 span { border-color: rgb(51,41,0); }

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