Html Css Color HEX #47292E Cab Sav

📋 copy color: '#47292E'

red 71 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #47292E

Tints of Cab Sav #47292E

RGB

 RED value IS 71 (28.13% from 255) = 44.94%

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

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

R = 44.94%
G = 25.95%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47292E (or 0x47292E) is known color: Cab Sav. HEX triplet: 47, 29 and 2E. RGB value is (71,41,46). Sum of RGB (Red+Green+Blue) = 71+41+46=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292E is #B8D6D1. Grayscale: #323232. Windows color (decimal): -12113618 or 3025223. OLE color: 3025223.

HSL color Cylindrical-coordinate representation of color #47292E: hue angle of 350º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 46 -
CMYK 0 0.42 0.35 0.72
HSL 350º 0.27% 0.22% -
HSV(B) 350º 0.42% 0.28% -
XYZ 3.88 3.12 2.98 -
YUV 50.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 71 41 46 0 0.42 0.35 0.72 350 0.27 0.22
Hex 47 29 2E 0 2A 23 48 15E 1B 16
Octal 107 51 56 0 52 43 110 536 33 26
Binary 1000111 101001 101110 0 101010 100011 1001000 101011110 11011 10110

Color Harmonies of #47292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47292E

Black with #47292E

Text Example


Text Example

White with #47292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47292E; }

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

 H1.HeaderClassName
 {
   color: #47292E;
 }
 .AnyTagClassName
 {
   color: #47292E;
 }
</style>

background-color css

<style>
 a { background-color: #47292E; }

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

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

border-color css

<style>
 span { border-color: #47292E; }

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

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