#4E282E

Color #4E282E Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #4E282E

Tints of Cab Sav #4E282E

Color information

#4E282E (or 0x4E282E) is unknown color: approx Cab Sav. HEX triplet: 4E, 28 and 2E. RGB value is (78,40,46). Sum of RGB (Red+Green+Blue) = 78+40+46=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E282E is #B1D7D1. Grayscale: #343434. Windows color (decimal): -11655122 or 3024974. OLE color: 3024974.

HSL color Cylindrical-coordinate representation of color #4E282E: hue angle of 350.53º 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 #4E282E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB784046-
CMYK00.490.410.69
HSL350.53º32.2%23.14%-
HSV(B)350.53º48.72%30.59%-
XYZ4.393.333-
YUV52.05124.59146.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.56%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=47.56%
G=24.39%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78404600.490.410.69350.5332.223.14
Hex4E282E031294515f2017
Octal1165056061511055374027
Binary10011101010001011100110001101001100010110101111110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E282E;
 }
 .AnyTagClassName
 {
   color: #4E282E;
 }
</style>
background-color css

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

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

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

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

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

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