Html Css Color HEX #492E30 Cab Sav

📋 copy color: '#492E30'

red 73 ◦ green 46 ◦ blue 48

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

Shades of Cab Sav #492E30

Tints of Cab Sav #492E30

RGB

 RED value IS 73 (28.91% from 255) = 43.71%

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

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 43.71%
G = 27.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492E30 (or 0x492E30) is known color: Cab Sav. HEX triplet: 49, 2E and 30. RGB value is (73,46,48). Sum of RGB (Red+Green+Blue) = 73+46+48=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E30 is #B6D1CF. Grayscale: #363636. Windows color (decimal): -11981264 or 3157577. OLE color: 3157577.

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

Color convert

RGB 73 46 48 -
CMYK 0 0.37 0.34 0.71
HSL 355.56º 0.23% 0.23% -
HSV(B) 355.56º 0.37% 0.29% -
XYZ 4.26 3.58 3.26 -
YUV 54.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 73 46 48 0 0.37 0.34 0.71 355.56 0.23 0.23
Hex 49 2E 30 0 25 22 47 164 17 17
Octal 111 56 60 0 45 42 107 544 27 27
Binary 1001001 101110 110000 0 100101 100010 1000111 101100100 10111 10111

Color Harmonies of #492E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E30

Black with #492E30

Text Example


Text Example

White with #492E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E30; }

 p { color: rgb(73,46,48); }

 H1.HeaderClassName
 {
   color: #492E30;
 }
 .AnyTagClassName
 {
   color: #492E30;
 }
</style>

background-color css

<style>
 a { background-color: #492E30; }

 a { background-color: rgb(73,46,48); }

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

border-color css

<style>
 span { border-color: #492E30; }

 span { border-color: rgb(73,46,48); }

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