Html Css Color HEX #375221 Mallard

📋 copy color: '#375221'

red 55 ◦ green 82 ◦ blue 33

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

Shades of Mallard #375221

Tints of Mallard #375221

RGB

 RED value IS 55 (21.88% from 255) = 32.35%

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 32.35%
G = 48.24%
B = 19.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#375221 (or 0x375221) is known color: Mallard. HEX triplet: 37, 52 and 21. RGB value is (55,82,33). Sum of RGB (Red+Green+Blue) = 55+82+33=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #375221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375221 is #C8ADDE. Grayscale: #444444. Windows color (decimal): -13151711 or 2183735. OLE color: 2183735.

HSL color Cylindrical-coordinate representation of color #375221: hue angle of 93.06º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375221 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 33 -
CMYK 0.33 0 0.60 0.68
HSL 93.06º 0.43% 0.23% -
HSV(B) 93.06º 0.6% 0.32% -
XYZ 4.87 6.96 2.53 -
YUV 68.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 55 82 33 0.33 0 0.60 0.68 93.06 0.43 0.23
Hex 37 52 21 21 0 3C 44 5D 2B 17
Octal 67 122 41 41 0 74 104 135 53 27
Binary 110111 1010010 100001 100001 0 111100 1000100 1011101 101011 10111

Color Harmonies of #375221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375221

Black with #375221

Text Example


Text Example

White with #375221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375221; }

 p { color: rgb(55,82,33); }

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

background-color css

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

 a { background-color: rgb(55,82,33); }

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

border-color css

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

 span { border-color: rgb(55,82,33); }

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