Html Css Color HEX #425335 Mallard

📋 copy color: '#425335'

red 66 ◦ green 83 ◦ blue 53

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

Shades of Mallard #425335

Tints of Mallard #425335

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 32.67%
G = 41.09%
B = 26.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#425335 (or 0x425335) is known color: Mallard. HEX triplet: 42, 53 and 35. RGB value is (66,83,53). Sum of RGB (Red+Green+Blue) = 66+83+53=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #425335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425335 is #BDACCA. Grayscale: #4A4A4A. Windows color (decimal): -12430539 or 3494722. OLE color: 3494722.

HSL color Cylindrical-coordinate representation of color #425335: hue angle of 94º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425335 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 53 -
CMYK 0.20 0 0.36 0.67
HSL 94º 0.22% 0.27% -
HSV(B) 94º 0.36% 0.33% -
XYZ 5.98 7.6 4.52 -
YUV 74.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 66 83 53 0.20 0 0.36 0.67 94 0.22 0.27
Hex 42 53 35 14 0 24 43 5E 16 1B
Octal 102 123 65 24 0 44 103 136 26 33
Binary 1000010 1010011 110101 10100 0 100100 1000011 1011110 10110 11011

Color Harmonies of #425335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425335

Black with #425335

Text Example


Text Example

White with #425335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425335; }

 p { color: rgb(66,83,53); }

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

background-color css

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

 a { background-color: rgb(66,83,53); }

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

border-color css

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

 span { border-color: rgb(66,83,53); }

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