Html Css Color HEX #4E2E32 Cab Sav

📋 copy color: '#4E2E32'

red 78 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #4E2E32

Tints of Cab Sav #4E2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 44.83%
G = 26.44%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E2E32 (or 0x4E2E32) is known color: Cab Sav. HEX triplet: 4E, 2E and 32. RGB value is (78,46,50). Sum of RGB (Red+Green+Blue) = 78+46+50=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E32 is #B1D1CD. Grayscale: #383838. Windows color (decimal): -11653582 or 3288654. OLE color: 3288654.

HSL color Cylindrical-coordinate representation of color #4E2E32: hue angle of 352.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E32 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 46 50 -
CMYK 0 0.41 0.36 0.69
HSL 352.5º 0.26% 0.24% -
HSV(B) 352.5º 0.41% 0.31% -
XYZ 4.69 3.8 3.5 -
YUV 56.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 78 46 50 0 0.41 0.36 0.69 352.5 0.26 0.24
Hex 4E 2E 32 0 29 24 45 160 1A 18
Octal 116 56 62 0 51 44 105 540 32 30
Binary 1001110 101110 110010 0 101001 100100 1000101 101100000 11010 11000

Color Harmonies of #4E2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2E32

Black with #4E2E32

Text Example


Text Example

White with #4E2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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