Html Css Color HEX #4D413E Crater Brown

📋 copy color: '#4D413E'

red 77 ◦ green 65 ◦ blue 62

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

Shades of Crater Brown #4D413E

Tints of Crater Brown #4D413E

RGB

 RED value IS 77 (30.47% from 255) = 37.75%

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

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 37.75%
G = 31.86%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D413E (or 0x4D413E) is known color: Crater Brown. HEX triplet: 4D, 41 and 3E. RGB value is (77,65,62). Sum of RGB (Red+Green+Blue) = 77+65+62=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D413E is #B2BEC1. Grayscale: #444444. Windows color (decimal): -11714242 or 4079949. OLE color: 4079949.

HSL color Cylindrical-coordinate representation of color #4D413E: hue angle of 12º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D413E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 65 62 -
CMYK 0 0.16 0.19 0.70
HSL 12º 0.11% 0.27% -
HSV(B) 12º 0.19% 0.3% -
XYZ 5.82 5.71 5.35 -
YUV 68.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 77 65 62 0 0.16 0.19 0.70 12 0.11 0.27
Hex 4D 41 3E 0 10 13 46 C B 1B
Octal 115 101 76 0 20 23 106 14 13 33
Binary 1001101 1000001 111110 0 10000 10011 1000110 1100 1011 11011

Color Harmonies of #4D413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D413E

Black with #4D413E

Text Example


Text Example

White with #4D413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D413E; }

 p { color: rgb(77,65,62); }

 H1.HeaderClassName
 {
   color: #4D413E;
 }
 .AnyTagClassName
 {
   color: #4D413E;
 }
</style>

background-color css

<style>
 a { background-color: #4D413E; }

 a { background-color: rgb(77,65,62); }

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

border-color css

<style>
 span { border-color: #4D413E; }

 span { border-color: rgb(77,65,62); }

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