Html Css Color HEX #38412F Mallard

📋 copy color: '#38412F'

red 56 ◦ green 65 ◦ blue 47

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

Shades of Mallard #38412F

Tints of Mallard #38412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 33.33%
G = 38.69%
B = 27.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#38412F (or 0x38412F) is known color: Mallard. HEX triplet: 38, 41 and 2F. RGB value is (56,65,47). Sum of RGB (Red+Green+Blue) = 56+65+47=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #38412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38412F is #C7BED0. Grayscale: #3C3C3C. Windows color (decimal): -13090513 or 3096888. OLE color: 3096888.

HSL color Cylindrical-coordinate representation of color #38412F: hue angle of 90º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38412F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 47 -
CMYK 0.14 0 0.28 0.75
HSL 90º 0.16% 0.22% -
HSV(B) 90º 0.28% 0.25% -
XYZ 4.03 4.83 3.41 -
YUV 60.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 56 65 47 0.14 0 0.28 0.75 90 0.16 0.22
Hex 38 41 2F E 0 1C 4B 5A 10 16
Octal 70 101 57 16 0 34 113 132 20 26
Binary 111000 1000001 101111 1110 0 11100 1001011 1011010 10000 10110

Color Harmonies of #38412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38412F

Black with #38412F

Text Example


Text Example

White with #38412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38412F; }

 p { color: rgb(56,65,47); }

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

background-color css

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

 a { background-color: rgb(56,65,47); }

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

border-color css

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

 span { border-color: rgb(56,65,47); }

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