Html Css Color HEX #4E423F Crater Brown

📋 copy color: '#4E423F'

red 78 ◦ green 66 ◦ blue 63

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

Shades of Crater Brown #4E423F

Tints of Crater Brown #4E423F

RGB

 RED value IS 78 (30.86% from 255) = 37.68%

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 63 (25% from 255) = 30.43%

R = 37.68%
G = 31.88%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E423F (or 0x4E423F) is known color: Crater Brown. HEX triplet: 4E, 42 and 3F. RGB value is (78,66,63). Sum of RGB (Red+Green+Blue) = 78+66+63=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E423F is #B1BDC0. Grayscale: #454545. Windows color (decimal): -11648449 or 4145742. OLE color: 4145742.

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

Color convert

RGB 78 66 63 -
CMYK 0 0.15 0.19 0.69
HSL 12º 0.11% 0.28% -
HSV(B) 12º 0.19% 0.31% -
XYZ 5.99 5.88 5.52 -
YUV 69.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 78 66 63 0 0.15 0.19 0.69 12 0.11 0.28
Hex 4E 42 3F 0 F 13 45 C B 1C
Octal 116 102 77 0 17 23 105 14 13 34
Binary 1001110 1000010 111111 0 1111 10011 1000101 1100 1011 11100

Color Harmonies of #4E423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E423F

Black with #4E423F

Text Example


Text Example

White with #4E423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,66,63); }

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

background-color css

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

 a { background-color: rgb(78,66,63); }

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

border-color css

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

 span { border-color: rgb(78,66,63); }

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