Html Css Color HEX #4D4745 Crater Brown

📋 copy color: '#4D4745'

red 77 ◦ green 71 ◦ blue 69

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

Shades of Crater Brown #4D4745

Tints of Crater Brown #4D4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 35.48%
G = 32.72%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#4D4745 (or 0x4D4745) is known color: Crater Brown. HEX triplet: 4D, 47 and 45. RGB value is (77,71,69). Sum of RGB (Red+Green+Blue) = 77+71+69=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4745 is #B2B8BA. Grayscale: #484848. Windows color (decimal): -11712699 or 4540237. OLE color: 4540237.

HSL color Cylindrical-coordinate representation of color #4D4745: hue angle of 15º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D4745 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 71 69 -
CMYK 0 0.08 0.10 0.70
HSL 15º 0.05% 0.29% -
HSV(B) 15º 0.1% 0.3% -
XYZ 6.39 6.51 6.55 -
YUV 72.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 77 71 69 0 0.08 0.10 0.70 15 0.05 0.29
Hex 4D 47 45 0 8 A 46 F 5 1D
Octal 115 107 105 0 10 12 106 17 5 35
Binary 1001101 1000111 1000101 0 1000 1010 1000110 1111 101 11101

Color Harmonies of #4D4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4745

Black with #4D4745

Text Example


Text Example

White with #4D4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,69); }

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

background-color css

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

 a { background-color: rgb(77,71,69); }

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

border-color css

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

 span { border-color: rgb(77,71,69); }

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