Html Css Color HEX #4E262D Cab Sav

📋 copy color: '#4E262D'

red 78 ◦ green 38 ◦ blue 45

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

Shades of Cab Sav #4E262D

Tints of Cab Sav #4E262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 48.45%
G = 23.6%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4E262D (or 0x4E262D) is known color: Cab Sav. HEX triplet: 4E, 26 and 2D. RGB value is (78,38,45). Sum of RGB (Red+Green+Blue) = 78+38+45=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E262D is #B1D9D2. Grayscale: #323232. Windows color (decimal): -11655635 or 2958926. OLE color: 2958926.

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

Color convert

RGB 78 38 45 -
CMYK 0 0.51 0.42 0.69
HSL 349.5º 0.34% 0.23% -
HSV(B) 349.5º 0.51% 0.31% -
XYZ 4.31 3.2 2.87 -
YUV 50.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 78 38 45 0 0.51 0.42 0.69 349.5 0.34 0.23
Hex 4E 26 2D 0 33 2A 45 15E 22 17
Octal 116 46 55 0 63 52 105 536 42 27
Binary 1001110 100110 101101 0 110011 101010 1000101 101011110 100010 10111

Color Harmonies of #4E262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E262D

Black with #4E262D

Text Example


Text Example

White with #4E262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,38,45); }

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

background-color css

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

 a { background-color: rgb(78,38,45); }

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

border-color css

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

 span { border-color: rgb(78,38,45); }

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