Html Css Color HEX #4D403C Crater Brown

📋 copy color: '#4D403C'

red 77 ◦ green 64 ◦ blue 60

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

Shades of Crater Brown #4D403C

Tints of Crater Brown #4D403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 38.31%
G = 31.84%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D403C (or 0x4D403C) is known color: Crater Brown. HEX triplet: 4D, 40 and 3C. RGB value is (77,64,60). Sum of RGB (Red+Green+Blue) = 77+64+60=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 77 - color contains mainly: red. Hex color #4D403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D403C is #B2BFC3. Grayscale: #434343. Windows color (decimal): -11714500 or 3948621. OLE color: 3948621.

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

Color convert

RGB 77 64 60 -
CMYK 0 0.17 0.22 0.70
HSL 14.12º 0.12% 0.27% -
HSV(B) 14.12º 0.22% 0.3% -
XYZ 5.71 5.57 5.05 -
YUV 67.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 77 64 60 0 0.17 0.22 0.70 14.12 0.12 0.27
Hex 4D 40 3C 0 11 16 46 E C 1B
Octal 115 100 74 0 21 26 106 16 14 33
Binary 1001101 1000000 111100 0 10001 10110 1000110 1110 1100 11011

Color Harmonies of #4D403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D403C

Black with #4D403C

Text Example


Text Example

White with #4D403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,60); }

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

background-color css

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

 a { background-color: rgb(77,64,60); }

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

border-color css

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

 span { border-color: rgb(77,64,60); }

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