Html Css Color HEX #4E282F Cab Sav

📋 copy color: '#4E282F'

red 78 ◦ green 40 ◦ blue 47

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

Shades of Cab Sav #4E282F

Tints of Cab Sav #4E282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 47.27%
G = 24.24%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E282F (or 0x4E282F) is known color: Cab Sav. HEX triplet: 4E, 28 and 2F. RGB value is (78,40,47). Sum of RGB (Red+Green+Blue) = 78+40+47=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E282F is #B1D7D0. Grayscale: #343434. Windows color (decimal): -11655121 or 3090510. OLE color: 3090510.

HSL color Cylindrical-coordinate representation of color #4E282F: hue angle of 348.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E282F is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 40 47 -
CMYK 0 0.49 0.40 0.69
HSL 348.95º 0.32% 0.23% -
HSV(B) 348.95º 0.49% 0.31% -
XYZ 4.41 3.34 3.1 -
YUV 52.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 78 40 47 0 0.49 0.40 0.69 348.95 0.32 0.23
Hex 4E 28 2F 0 31 28 45 15D 20 17
Octal 116 50 57 0 61 50 105 535 40 27
Binary 1001110 101000 101111 0 110001 101000 1000101 101011101 100000 10111

Color Harmonies of #4E282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E282F

Black with #4E282F

Text Example


Text Example

White with #4E282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,47); }

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

background-color css

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

 a { background-color: rgb(78,40,47); }

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

border-color css

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

 span { border-color: rgb(78,40,47); }

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