Html Css Color HEX #332600 Maire

📋 copy color: '#332600'

red 51 ◦ green 38 ◦ blue 0

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

Shades of Maire #332600

Tints of Maire #332600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.7%

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

R = 57.3%
G = 42.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332600 (or 0x332600) is known color: Maire. HEX triplet: 33, 26 and 00. RGB value is (51,38,0). Sum of RGB (Red+Green+Blue) = 51+38+0=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #332600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332600 is #CCD9FF. Grayscale: #252525. Windows color (decimal): -13425152 or 9779. OLE color: 9779.

HSL color Cylindrical-coordinate representation of color #332600: hue angle of 44.71º 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 #332600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 38 0 -
CMYK 0 0.25 1 0.8
HSL 44.71º 1% 0.1% -
HSV(B) 44.71º 1% 0.2% -
XYZ 2.06 2.09 0.29 -
YUV 37.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 51 38 0 0 0.25 1 0.8 44.71 1 0.1
Hex 33 26 0 0 19 64 50 2D 64 A
Octal 63 46 0 0 31 144 120 55 144 12
Binary 110011 100110 0 0 11001 1100100 1010000 101101 1100100 1010

Color Harmonies of #332600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332600

Black with #332600

Text Example


Text Example

White with #332600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332600; }

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

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

background-color css

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

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

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

border-color css

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

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

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