Html Css Color HEX #38452F Mallard

📋 copy color: '#38452F'

red 56 ◦ green 69 ◦ blue 47

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

Shades of Mallard #38452F

Tints of Mallard #38452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

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

R = 32.56%
G = 40.12%
B = 27.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#38452F (or 0x38452F) is known color: Mallard. HEX triplet: 38, 45 and 2F. RGB value is (56,69,47). Sum of RGB (Red+Green+Blue) = 56+69+47=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #38452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38452F is #C7BAD0. Grayscale: #3E3E3E. Windows color (decimal): -13089489 or 3097912. OLE color: 3097912.

HSL color Cylindrical-coordinate representation of color #38452F: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38452F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 47 -
CMYK 0.19 0 0.32 0.73
HSL 95.45º 0.19% 0.23% -
HSV(B) 95.45º 0.32% 0.27% -
XYZ 4.27 5.3 3.49 -
YUV 62.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 56 69 47 0.19 0 0.32 0.73 95.45 0.19 0.23
Hex 38 45 2F 13 0 20 49 5F 13 17
Octal 70 105 57 23 0 40 111 137 23 27
Binary 111000 1000101 101111 10011 0 100000 1001001 1011111 10011 10111

Color Harmonies of #38452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38452F

Black with #38452F

Text Example


Text Example

White with #38452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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