Html Css Color HEX #38482D Mallard

📋 copy color: '#38482D'

red 56 ◦ green 72 ◦ blue 45

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

Shades of Mallard #38482D

Tints of Mallard #38482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 32.37%
G = 41.62%
B = 26.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#38482D (or 0x38482D) is known color: Mallard. HEX triplet: 38, 48 and 2D. RGB value is (56,72,45). Sum of RGB (Red+Green+Blue) = 56+72+45=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #38482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482D is #C7B7D2. Grayscale: #404040. Windows color (decimal): -13088723 or 2967608. OLE color: 2967608.

HSL color Cylindrical-coordinate representation of color #38482D: hue angle of 95.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38482D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 45 -
CMYK 0.22 0 0.38 0.72
HSL 95.56º 0.23% 0.23% -
HSV(B) 95.56º 0.38% 0.28% -
XYZ 4.42 5.66 3.34 -
YUV 64.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 56 72 45 0.22 0 0.38 0.72 95.56 0.23 0.23
Hex 38 48 2D 16 0 26 48 60 17 17
Octal 70 110 55 26 0 46 110 140 27 27
Binary 111000 1001000 101101 10110 0 100110 1001000 1100000 10111 10111

Color Harmonies of #38482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482D

Black with #38482D

Text Example


Text Example

White with #38482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38482D; }

 p { color: rgb(56,72,45); }

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

background-color css

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

 a { background-color: rgb(56,72,45); }

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

border-color css

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

 span { border-color: rgb(56,72,45); }

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