Html Css Color HEX #4D413D Crater Brown

📋 copy color: '#4D413D'

red 77 ◦ green 65 ◦ blue 61

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

Shades of Crater Brown #4D413D

Tints of Crater Brown #4D413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 37.93%
G = 32.02%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D413D (or 0x4D413D) is known color: Crater Brown. HEX triplet: 4D, 41 and 3D. RGB value is (77,65,61). Sum of RGB (Red+Green+Blue) = 77+65+61=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D413D is #B2BEC2. Grayscale: #444444. Windows color (decimal): -11714243 or 4014413. OLE color: 4014413.

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

Color convert

RGB 77 65 61 -
CMYK 0 0.16 0.21 0.70
HSL 15º 0.12% 0.27% -
HSV(B) 15º 0.21% 0.3% -
XYZ 5.79 5.7 5.21 -
YUV 68.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 77 65 61 0 0.16 0.21 0.70 15 0.12 0.27
Hex 4D 41 3D 0 10 15 46 F C 1B
Octal 115 101 75 0 20 25 106 17 14 33
Binary 1001101 1000001 111101 0 10000 10101 1000110 1111 1100 11011

Color Harmonies of #4D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D413D

Black with #4D413D

Text Example


Text Example

White with #4D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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