Html Css Color HEX #492B2F Cab Sav

📋 copy color: '#492B2F'

red 73 ◦ green 43 ◦ blue 47

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

Shades of Cab Sav #492B2F

Tints of Cab Sav #492B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 44.79%
G = 26.38%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#492B2F (or 0x492B2F) is known color: Cab Sav. HEX triplet: 49, 2B and 2F. RGB value is (73,43,47). Sum of RGB (Red+Green+Blue) = 73+43+47=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B2F is #B6D4D0. Grayscale: #343434. Windows color (decimal): -11982033 or 3091273. OLE color: 3091273.

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

Color convert

RGB 73 43 47 -
CMYK 0 0.41 0.36 0.71
HSL 352º 0.26% 0.23% -
HSV(B) 352º 0.41% 0.29% -
XYZ 4.12 3.35 3.12 -
YUV 52.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 73 43 47 0 0.41 0.36 0.71 352 0.26 0.23
Hex 49 2B 2F 0 29 24 47 160 1A 17
Octal 111 53 57 0 51 44 107 540 32 27
Binary 1001001 101011 101111 0 101001 100100 1000111 101100000 11010 10111

Color Harmonies of #492B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B2F

Black with #492B2F

Text Example


Text Example

White with #492B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,47); }

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

background-color css

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

 a { background-color: rgb(73,43,47); }

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

border-color css

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

 span { border-color: rgb(73,43,47); }

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