Html Css Color HEX #38482A Mallard

📋 copy color: '#38482A'

red 56 ◦ green 72 ◦ blue 42

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

Shades of Mallard #38482A

Tints of Mallard #38482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 32.94%
G = 42.35%
B = 24.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#38482A (or 0x38482A) is known color: Mallard. HEX triplet: 38, 48 and 2A. RGB value is (56,72,42). Sum of RGB (Red+Green+Blue) = 56+72+42=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #38482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482A is #C7B7D5. Grayscale: #3F3F3F. Windows color (decimal): -13088726 or 2771000. OLE color: 2771000.

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

Color convert

RGB 56 72 42 -
CMYK 0.22 0 0.42 0.72
HSL 92º 0.26% 0.22% -
HSV(B) 92º 0.42% 0.28% -
XYZ 4.37 5.64 3.05 -
YUV 63.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 56 72 42 0.22 0 0.42 0.72 92 0.26 0.22
Hex 38 48 2A 16 0 2A 48 5C 1A 16
Octal 70 110 52 26 0 52 110 134 32 26
Binary 111000 1001000 101010 10110 0 101010 1001000 1011100 11010 10110

Color Harmonies of #38482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482A

Black with #38482A

Text Example


Text Example

White with #38482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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