Html Css Color HEX #4A292E Cab Sav

📋 copy color: '#4A292E'

red 74 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #4A292E

Tints of Cab Sav #4A292E

RGB

 RED value IS 74 (29.3% from 255) = 45.96%

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 45.96%
G = 25.47%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#4A292E (or 0x4A292E) is known color: Cab Sav. HEX triplet: 4A, 29 and 2E. RGB value is (74,41,46). Sum of RGB (Red+Green+Blue) = 74+41+46=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A292E is #B5D6D1. Grayscale: #333333. Windows color (decimal): -11917010 or 3025226. OLE color: 3025226.

HSL color Cylindrical-coordinate representation of color #4A292E: hue angle of 350.91º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A292E is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 41 46 -
CMYK 0 0.45 0.38 0.71
HSL 350.91º 0.29% 0.23% -
HSV(B) 350.91º 0.45% 0.29% -
XYZ 4.11 3.24 2.99 -
YUV 51.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 74 41 46 0 0.45 0.38 0.71 350.91 0.29 0.23
Hex 4A 29 2E 0 2D 26 47 15F 1D 17
Octal 112 51 56 0 55 46 107 537 35 27
Binary 1001010 101001 101110 0 101101 100110 1000111 101011111 11101 10111

Color Harmonies of #4A292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A292E

Black with #4A292E

Text Example


Text Example

White with #4A292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,46); }

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

background-color css

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

 a { background-color: rgb(74,41,46); }

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

border-color css

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

 span { border-color: rgb(74,41,46); }

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