Html Css Color HEX #38432E Mallard

📋 copy color: '#38432E'

red 56 ◦ green 67 ◦ blue 46

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

Shades of Mallard #38432E

Tints of Mallard #38432E

RGB

 RED value IS 56 (22.27% from 255) = 33.14%

 GREEN value IS 67 (26.56% from 255) = 39.64%

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 33.14%
G = 39.64%
B = 27.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#38432E (or 0x38432E) is known color: Mallard. HEX triplet: 38, 43 and 2E. RGB value is (56,67,46). Sum of RGB (Red+Green+Blue) = 56+67+46=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #38432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38432E is #C7BCD1. Grayscale: #3D3D3D. Windows color (decimal): -13090002 or 3031864. OLE color: 3031864.

HSL color Cylindrical-coordinate representation of color #38432E: hue angle of 91.43º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38432E is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 46 -
CMYK 0.16 0 0.31 0.74
HSL 91.43º 0.19% 0.22% -
HSV(B) 91.43º 0.31% 0.26% -
XYZ 4.13 5.05 3.34 -
YUV 61.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 56 67 46 0.16 0 0.31 0.74 91.43 0.19 0.22
Hex 38 43 2E 10 0 1F 4A 5B 13 16
Octal 70 103 56 20 0 37 112 133 23 26
Binary 111000 1000011 101110 10000 0 11111 1001010 1011011 10011 10110

Color Harmonies of #38432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38432E

Black with #38432E

Text Example


Text Example

White with #38432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38432E; }

 p { color: rgb(56,67,46); }

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

background-color css

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

 a { background-color: rgb(56,67,46); }

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

border-color css

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

 span { border-color: rgb(56,67,46); }

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