Html Css Color HEX #3D532B Mallard

📋 copy color: '#3D532B'

red 61 ◦ green 83 ◦ blue 43

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

Shades of Mallard #3D532B

Tints of Mallard #3D532B

RGB

 RED value IS 61 (24.22% from 255) = 32.62%

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

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 32.62%
G = 44.39%
B = 22.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3D532B (or 0x3D532B) is known color: Mallard. HEX triplet: 3D, 53 and 2B. RGB value is (61,83,43). Sum of RGB (Red+Green+Blue) = 61+83+43=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532B is #C2ACD4. Grayscale: #484848. Windows color (decimal): -12758229 or 2839357. OLE color: 2839357.

HSL color Cylindrical-coordinate representation of color #3D532B: hue angle of 93º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D532B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 43 -
CMYK 0.27 0 0.48 0.67
HSL 93º 0.32% 0.25% -
HSV(B) 93º 0.48% 0.33% -
XYZ 5.45 7.35 3.42 -
YUV 71.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 61 83 43 0.27 0 0.48 0.67 93 0.32 0.25
Hex 3D 53 2B 1B 0 30 43 5D 20 19
Octal 75 123 53 33 0 60 103 135 40 31
Binary 111101 1010011 101011 11011 0 110000 1000011 1011101 100000 11001

Color Harmonies of #3D532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D532B

Black with #3D532B

Text Example


Text Example

White with #3D532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D532B; }

 p { color: rgb(61,83,43); }

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

background-color css

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

 a { background-color: rgb(61,83,43); }

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

border-color css

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

 span { border-color: rgb(61,83,43); }

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