Html Css Color HEX #375421 Mallard

📋 copy color: '#375421'

red 55 ◦ green 84 ◦ blue 33

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

Shades of Mallard #375421

Tints of Mallard #375421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

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

R = 31.98%
G = 48.84%
B = 19.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#375421 (or 0x375421) is known color: Mallard. HEX triplet: 37, 54 and 21. RGB value is (55,84,33). Sum of RGB (Red+Green+Blue) = 55+84+33=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #375421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375421 is #C8ABDE. Grayscale: #454545. Windows color (decimal): -13151199 or 2184247. OLE color: 2184247.

HSL color Cylindrical-coordinate representation of color #375421: hue angle of 94.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375421 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 33 -
CMYK 0.35 0 0.61 0.67
HSL 94.12º 0.44% 0.23% -
HSV(B) 94.12º 0.61% 0.33% -
XYZ 5.02 7.26 2.58 -
YUV 69.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 55 84 33 0.35 0 0.61 0.67 94.12 0.44 0.23
Hex 37 54 21 23 0 3D 43 5E 2C 17
Octal 67 124 41 43 0 75 103 136 54 27
Binary 110111 1010100 100001 100011 0 111101 1000011 1011110 101100 10111

Color Harmonies of #375421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375421

Black with #375421

Text Example


Text Example

White with #375421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375421; }

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

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

background-color css

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

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

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

border-color css

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

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

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